#2752 closed defect (fixed)
scripting modifications to textboxes result in incorrect id value
Reported by: | Becky Gibson | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the dijit/tests/form/test_validate.html file, the elevation and population number boxes are attached via script. In this case, the id of the widget is changed from the original id in the markup. This breaks the label association and causes accessibility problems.
Note: See
TracTickets for help on using
tickets.
(In [8428]) Fixes #2752. Copy id from srcRefNode to widget