Bug 1030047 - Response time gadget doesn't filter correctly when > 1 gadget per tab
Summary: Response time gadget doesn't filter correctly when > 1 gadget per tab
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: RT Governance
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER7
: 6.0.0
Assignee: Eric Wittmann
QA Contact: Andrej Vano
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-13 19:42 UTC by Alan Santos
Modified: 2015-02-06 01:19 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot of un-populated drop-down (218.38 KB, image/png)
2013-11-13 19:43 UTC, Alan Santos
no flags Details

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


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