Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 830241 - Search widget drop down elements design issue.
Summary: Search widget drop down elements design issue.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: WebUI
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: Unspecified
Assignee: Mike McCune
QA Contact: Hayk Hovsepyan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-08 15:42 UTC by Hayk Hovsepyan
Modified: 2019-09-25 21:11 UTC (History)
3 users (show)

Fixed In Version: katello-1.3.0-1.git.94.15d1b9d.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-02 14:07:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Dropdown screenshot. (316.14 KB, image/png)
2012-06-08 15:42 UTC, Hayk Hovsepyan
no flags Details

Description Hayk Hovsepyan 2012-06-08 15:42:59 UTC
Created attachment 590463 [details]
Dropdown screenshot.

Description of problem:
When clicking on drop down arrow of search widget, it opens search history elements with hidden left part.
This happens when search widget is closed to left border of the page.
This happens in many pages where search widget exists (Custom Content Providers, Package Filters etc.)


Version-Release number of selected component (if applicable):
qpid-cpp-server-ssl-0.14-14.el6_2.x86_64
pulp-selinux-server-1.0.4-1.el6.noarch
katello-selinux-0.1.10-1.el6.noarch
katello-all-0.1.313-1.el6_3.noarch
katello-cli-common-0.1.108-1.el6_3.noarch
qpid-cpp-client-ssl-0.14-14.el6_2.x86_64
katello-glue-foreman-0.1.313-1.el6_3.noarch
katello-configure-0.1.109-1.el6_3.noarch
katello-qpid-client-key-pair-1.0-1.noarch
m2crypto-0.21.1.pulp-7.el6.x86_64
python-qpid-0.14-7.el6_2.noarch
python-isodate-0.4.4-4.pulp.el6.noarch
katello-cli-0.1.108-1.el6_3.noarch
pulp-common-1.0.4-1.el6.noarch
qpid-cpp-server-0.14-14.el6_2.x86_64
candlepin-tomcat6-0.6.5-1.el6_2.noarch
katello-glue-candlepin-0.1.313-1.el6_3.noarch
katello-0.1.313-1.el6_3.noarch
katello-qpid-broker-key-pair-1.0-1.noarch
python-oauth2-1.5.170-2.pulp.el6.noarch
katello-certs-tools-1.0.7-1.el6_3.noarch
candlepin-0.6.5-1.el6_2.noarch
qpid-cpp-client-0.14-14.el6_2.x86_64
pulp-1.0.4-1.el6.noarch
katello-common-0.1.313-1.el6_3.noarch
katello-glue-pulp-0.1.313-1.el6_3.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
mod_wsgi-3.3-3.pulp.el6.x86_64

How reproducible:
Only when search widget is on the maximum left side of the page.

Steps to Reproduce:
1.For example open Promotion Changeset History.
2.Click on down arrow to open search history dropdown.
3.Verify than part of search history is invisible from left side.
  
If it does not happen, try to drag the right vertical line of search result block (which is under search widget) to left.

Actual results:
Search history results are partly invisible.
Please find attached screenshot.

Expected results:
Search history item's texts should be visible.

Additional info:
This happens because the css class on "div" element which contains search histories has attribute "right: 12px;"
.search .qdropdown.right-menu {
    right: 12px;
}

Also, each search history item "span" element has a 300px width, set by css class:
.search .qdropdown ul li span {
    color: #1CA5D2;
    display: block;
    padding: 4px 10px 4px 24px;
    white-space: nowrap;
    width: 300px;
}

Comment 1 Tomas Strachota 2012-12-18 16:11:54 UTC
Seems to be fixed in 1.3.0-1.git.94.15d1b9d.el6

Comment 4 Hayk Hovsepyan 2013-05-07 09:59:04 UTC
Verified in:
'Katello Version: 1.4.2-1.git.1.cf40be3.el6'.

Comment 5 Bryan Kearney 2014-07-02 14:07:24 UTC
This was delivered with 6.0.3, which is the Satellite 6 Beta.


Note You need to log in before you can comment on or make changes to this bug.