Bug 1030047

Summary: Response time gadget doesn't filter correctly when > 1 gadget per tab
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Alan Santos <asantos>
Component: RT GovernanceAssignee: Eric Wittmann <eric.wittmann>
Status: CLOSED CURRENTRELEASE QA Contact: Andrej Vano <avano>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: eric.wittmann, kejohnso, ldimaggi, soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.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:
Embargoed:
Attachments:
Description Flags
screenshot of un-populated drop-down none

Description Alan Santos 2013-11-13 19:42:54 UTC
Description of problem:
When adding a second response time gadget the drop-downs do not populate correctly. 




How reproducible:
always


Steps to Reproduce:
1.Add one response time gadget. 
2.select a service to watch
3.add another
4. can't be configured as drop downs aren't populated (see screenshot)



Expected results:

Can watch >1 discrete service on a single tab.

Additional info:

Comment 1 Alan Santos 2013-11-13 19:43:21 UTC
Created attachment 823624 [details]
screenshot of un-populated drop-down

Comment 3 Eric Wittmann 2013-11-13 22:34:53 UTC
The gadget server was using IDs to find and manipulate the gadget preference drop-down widgets.  This is problematic in HTML5 because multiple IDs isn't cool.  I changed the IDs to class names, and modified the code that looks them up.

https://github.com/Governance/gadget-server/pull/23

This fix should be included in the ER7-2 tag that I hope is coming soon.

Comment 4 Andrej Vano 2013-12-13 08:13:28 UTC
Hello,

it's working as expected on ER7-2