Bug 1532749
| Summary: | IE9/IE11 - Dropdown in widget - hidden behind widget | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Hayk Hovsepyan <hhovsepy> | ||||
| Component: | UI | Assignee: | Josejulio Martínez <jmartine> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Filip Brychta <fbrychta> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | JON 3.3.9 | CC: | fbrychta, jmartine, spinder | ||||
| Target Milestone: | CR02 | Keywords: | Triaged | ||||
| Target Release: | JON 3.3.10 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-02-16 03:16:49 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1480296 | ||||||
| Attachments: |
|
||||||
Same commit applies also for 1532743
commit a0dc5c8d125cc30539284faae106ca1985aa6387 (HEAD -> master, upstream/master, origin/master, origin/HEAD)
Merge: 9b3fed7426 dc2fd398e1
Author: Ruben Vargas <ruben.vp8510>
Date: Wed Jan 17 10:16:29 2018 -0600
Merge pull request #342 from josejulio/bugs/1532749
Bug 1532749, 1532743 - Keep message parent div always on top (z-index)
commit dc2fd398e11f2588ac43c6e84bb35f8b95e3ef33 (origin/bugs/1532749, bugs/1532749)
Author: Josejulio Martínez <jmartine>
Date: Tue Jan 16 12:13:49 2018 -0600
Bug 1532749, 1532743 - Keep message parent div always on top (z-index)
Instead of resetting to auto all the z-index which are managed by gwt
Give the message div the highest (32bit max signed int) priority
Moving to ON_QA. JON 3.3.10 CR01 artifacts are available for test from here: http://download.eng.bos.redhat.com/brewroot/packages/org.jboss.on-jboss-on-parent/3.3.0.GA/166/maven/org/jboss/on/jon-server-patch/3.3.0.GA/jon-server-patch-3.3.0.GA.zip *Note: jon-server-patch-3.3.0.GA.zip maps to CR01 build of jon-server-3.3.0.GA-update-10.zip. Moving to ON_QA. JON 3.3.10 CR02 artifacts are available for test from here: http://download.eng.bos.redhat.com/brewroot/packages/org.jboss.on-jboss-on-parent/3.3.0.GA/169/maven/org/jboss/on/jon-server-patch/3.3.0.GA/jon-server-patch-3.3.0.GA.zip *Note: jon-server-patch-3.3.0.GA.zip maps to CR02 build of jon-server-3.3.0.GA-update-10.zip. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0325 |
Created attachment 1379204 [details] screenshot Description of problem: When there is a big dropdown opened inside a widget window, the part which is in scope of widget, is hidden by widget itself. Version-Release number of selected component (if applicable): 3.3.0.GA Update 10 How reproducible: always Steps to Reproduce: 1. Go to Inventory -> All Groups 2. Add a New group. Type Name, press Next. 3. Click on "Choose a value" dropdown of "Type:" Actual results: Select drop down is partly hidden by the Widget window. Screenshot is attached. Expected results: Dropdown should be shown fully. Additional info: Happens on IE 9 and IE11.