#5345 closed defect (invalid)
dojo.query fails on label[for='oc5']
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Query | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Load test_validate.html in firefox and then in the console try
dojo.query("input[id='oc5']");
(which works), but then try
dojo.query("label[for='oc5']");
which doesn't.
Change History (7)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Above checkin had wrong bug# listed. It fixed #5435, not this bug.
comment:3 Changed 13 years ago by
Milestone: | → 1.2 |
---|---|
Summary: | dojo.query fails on label[for='oc5'] (FF) → dojo.query fails on label[for='oc5'] |
This is confirmed in Max OS X Firefox 2, Firefox 3 Beta 3, and Safari 3.
comment:4 Changed 13 years ago by
Status: | reopened → new |
---|
comment:5 Changed 13 years ago by
Status: | new → assigned |
---|
comment:6 Changed 13 years ago by
Milestone: | 1.2 → 1.1 |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
looking at test_validate.html, the result seems to be right. There's no label
element with a for
value of "oc5" in the page. Searching instead for:
dojo.query("label[for='q05']");
yeilds a single value (as expected). Marking invalid.
comment:7 Changed 11 years ago by
Component: | Core → Query |
---|
Note: See
TracTickets for help on using
tickets.
(In [11890]) Fix exception positioning tooltip dialog, regression in [11841]. Refs #5214, fixes #5345.