Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

Multiple elements with name + number id format causes confusion #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1) Create two dropdownchecklist elements with ids: "foo1" and "foo2"
(literally). 
2) Click on labels (not checkbox) for a foo2 option
3) Populates foo1 instead of foo2

Note: This does not happen when you click on checkbox instead. I believe
it's because to the naming convention of the "for" label attribute.

What is the expected output? What do you see instead?

Clicking on label should behave like clicking on checkbox

What version of the product are you using? On what operating system?

Latest subversion.

Please provide any additional information below.

Original issue reported on code.google.com by jc5...@gmail.com on 19 Mar 2010 at 7:22

GoogleCodeExporter commented 9 years ago
Are you shure the select elements have the id correctly set? This could happen 
if the 
select elements do not have an id set.
Please attach a sample that reproduce the issue if the problem persists.

Original comment by adrian.tosca on 20 Mar 2010 at 10:11

GoogleCodeExporter commented 9 years ago
i just logged this error again. hadn't seen this one. for me its only on Google 
Chrome

Original comment by guruu...@gmail.com on 24 May 2010 at 1:49

GoogleCodeExporter commented 9 years ago
Version 1.0 is a bit smarter with its id values used in the generated dropdown 
elements.  Please check it out again.

Original comment by womohun...@ittrium.com on 14 Sep 2010 at 2:41