Opened 13 years ago
Closed 13 years ago
#4452 closed defect (fixed)
un-fsck themeTester.html
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
themeTester.html has been b0rken for several days due to colliding widget IDs. Why this situation throws an exception instead of console.warn()-ing, I don't know, but the theme test page shouldn't duplicate ids.
Note: See
TracTickets for help on using
tickets.
Already fixed in [10495]. It's an error because it causes the problem closing the drop down from Combobox (and because in general two items with the same primary key is considered an error).