Bug 1146228
| Summary: | Metric detail hover is missing from graphs | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> | ||||||||
| Component: | UI | Assignee: | Jirka Kremser <jkremser> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | JON 3.3.0 | CC: | ahovsepy, jshaughn, lzoubek | ||||||||
| Target Milestone: | ER05 | Keywords: | Regression | ||||||||
| Target Release: | JON 3.3.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-12-11 14:02:01 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Larry O'Leary
2014-09-24 20:01:43 UTC
Comments from Mike: (4:07:02 PM) mtho11: must be a z layer thing introduced by the patternfly css (4:07:14 PM) mtho11: it was working before that (4:07:32 PM) mtho11: and no changes have been made to that stuff Moving into ER05 as didn't make the ER04 cut. branch: master link: https://github.com/rhq-project/rhq/commit/ff40ccfca time: 2014-10-01 16:41:17 +0200 commit: ff40ccfcac0ccabcf626f58c02ffb62476b6ea7f author: Jirka Kremser - jkremser message: [BZ 1146228] - Metric detail hover is missing from graphs - this was caused by "! important" in style definition in patternfly.css because it overrided the elements style attribute (where we programatically set if the hover is shown of hidden). I've created a new css style called rhqHidden where the "! important" is not used. branch: release/jon3.3.x link: https://github.com/rhq-project/rhq/commit/ff88d7e26 time: 2014-10-08 11:55:33 +0200 commit: ff88d7e268f539862f0297b534993ad0eff13a8f author: Jirka Kremser - jkremser message: [BZ 1146228] - Metric detail hover is missing from graphs - this was caused by "! important" in style definition in patternfly.css because it overrided the elements style attribute (where we programatically set if the hover is shown of hidden). I've created a new css style called rhqHidden where the "! important" is not used. (cherry picked from commit ff40ccfcac0ccabcf626f58c02ffb62476b6ea7f) Signed-off-by: Libor Zoubek <lzoubek> Conflicts: modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css Moving to ON_QA as available to test with the latest brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=394734 Created attachment 950375 [details]
metrics_mouse-hoverff31
Created attachment 950377 [details]
metrics-hover_chrome
Created attachment 950378 [details]
metrics-hover-ff18
verified in JON 3.3 ER05 FF18, FF31, Chrome -- screen-shots attached |