#8839 closed defect (fixed)
Error from dojo.query for not-found queries when root is specified
Reported by: | Paul Barrass | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Query | Version: | 1.3.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is similar to #3768, but only occurs when root is specified to dojo.query.
dojo.query('#nonexistent') returns empty NodeList? but dojo.query('#nonexistent',someDiv) throws "TypeError?: node is null"
dojo.query('div#nonexistent',someDiv) appears to work (returns empty NodeList?)
This is for 1.3.0b3 (which isn't currently available in trac Version), but worked fine in beta1 (I'm not sure about beta2, it was so shortlived I never used it)
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from anonymous to alex |
---|
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | Core → Query |
---|
Note: See
TracTickets for help on using
tickets.
No svn sync. Fixed in [17001].