| Summary: | Uncaught execption when selecting time range on graph image | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Libor Zoubek <lzoubek> |
| Component: | UI | Assignee: | Mike Thompson <mithomps> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.2 | CC: | hrupp, lzoubek, mithomps, theute |
| Target Milestone: | ER07 | ||
| Target Release: | JON 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1012435 | ||
|
Description
Libor Zoubek
2013-10-02 11:14:48 UTC
I'm not seeing this in master. I believe this is the same issue as BZ 1012431. Please reconfirm in ER03. Moving to ON_QA for test with new brew build. Hi Mike, I can still reproduce it on ER5, currently cannot check on RHQ master, since there is an install issue. Maybe this helps: fileName: http://lzoubek1.bc.jonqe.lab.eng.bos.redhat.com:7080/coregui/org.rhq.coregui.CoreGUI/sc/modules/ISC_Forms.js lineNumber: 1289 columnNumber: 86: this.form is null at Unknown.isc_FormItem_getValueFieldName(Unknown Source) at Unknown.isc_FormItem_getDisplayFieldName(Unknown Source) at Unknown.isc_SelectItem__mapKey(Unknown Source) at Unknown.isc_FormItem_mapValueToDisplay(Unknown Source) at Unknown.isc_c_Class_invokeSuper(Unknown Source) at Unknown.isc_SelectItem_mapValueToDisplay(Unknown Source) at Unknown.isc_FormItem_updateValueMap(Unknown Source) at Unknown.isc_FormItem_setValueMap(Unknown Source) at Unknown.isc_c_Class_invokeSuper(Unknown Source) I was selecting the time range from the time range buttons and didn't realize step 2 meant do a drag selection. I see the issue. Added a dragSelectionRefresh handler to allow more specific handling of drag selection refreshes versus regular refreshes. Externalized some of the ButonBarDateTimeRangeEditor state to consolidate state across the many instances (single, multiple, graph/non-graph) of the ButtonBarDateTimeRangeEditor and allow access to that state without having an explicit reference. Seems like master 1a90ed881043f Two commits to master. The first commit addresses the root problem and the second fixes a bug that at first looked like it was caused by this fix. In fact, it was broken a couple weeks ago by the Live Values fix. The second commit fixes the 'Add to Dashboard' functionality, which I uncovered while testing this bug. First commit to master: a7fee7a Second commit to master: 1a90ed8 I created a second BZ 1030497 for the 'Add to Dashboard' fix as it was a separate issue. [It has also been pushed to release/jon3.2.x] Pushed commit to release/jon3.2.x: 663598b Found a bug with a particular path that caused the metrics grid to become empty. Steps to reproduce: 1) Click on CPU 0 resource in tree 2) Click on File Systems group in tree 3) Click on Summary Tab 4) Click on CPU 0 in tree 5) Click on Monitoring tab At this point the metrics grid becomes empty [it should be populated]. This is Fixed and... Committed to master: 4c48a1d Committed to release/jon3.2.x: 55ebe37 Moving to ON_QA as available for testing with new brew build. Mass moving all of these from ER6 to target milestone ER07 since the ER6 build was bad and QE was halted for the same reason. verified on ER7 |