KlabsTechnology / andro

Automatically exported from code.google.com/p/andro
0 stars 0 forks source link

Detect duplicate ID use in DOM #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We've been running into bugs that turn out not to be bugs. A programmer
will have two buttons or other items that have the same ID, and then their
behavior becomes quirky. The complete solution to this would be to detect
and prevent multiple items with the same ID from going out to the browser,
that would save a lot of trouble.

Original issue reported on code.google.com by mobile.d...@gmail.com on 20 May 2009 at 12:26