#5623 closed defect (invalid)
[testcase] dojo.query("*", "id") missing node "id"
Reported by: | Rawld Gill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Query | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | dojo.query.error.htm added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from anonymous to alex |
---|
comment:2 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Summary: | dojo.query("*", "id") missing node "id" → [testcase] dojo.query("*", "id") missing node "id" |
comment:3 follow-up: 4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
In reviewing the tests and documentation, this ticket is invalid:
root: String|DOMNode? 110 // A node (or string ID of a node) to scope the search from. Optional.
Note that the node or string ID of a node defines a root to search within, but does not and should not include the root node itself.
comment:4 Changed 13 years ago by
Replying to dylan:
In reviewing the tests and documentation, this ticket is invalid:
root: String|DOMNode? 110 // A node (or string ID of a node) to scope the search from. Optional.Note that the node or string ID of a node defines a root to search within, but does not and should not include the root node itself.
OK...that answers case [1], but then case [2] is wrong. What am I missing?
comment:5 Changed 11 years ago by
Component: | Core → Query |
---|
Note: See
TracTickets for help on using
tickets.
demo of problem