#1005 closed defect (fixed)
checkbox without label throws exception
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in postCreate(), at least in FF, label is defined even if there are no labels on the page, but it is an empty object, so label[0].htmlFor throws an exception
see tests/namespaces/testns.html
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 0.2 → 0.3 |
Note: See
TracTickets for help on using
tickets.
Patch from Becky applied, fixed in [4482]