Opened 11 years ago
Last modified 4 years ago
#10066 assigned defect
dojo.query("tag > :not(tag)") returns empty results
Reported by: | bill | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | low | Milestone: | 1.15 |
Component: | Query | Version: | 1.3.2 |
Keywords: | reviewed | Cc: | |
Blocked By: | Blocking: |
Description
On dojo/tests/_base/query.html, from firebug:
dojo.query("div > :not(p)", dojo.byId("t4"))
This should find the nested div but it doesn't.
It returns an empty list. Similarly for "div > :not(div)" should find the <p> inside the <div> but it doesn't.
Change History (11)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Hmm, could be, although technically it's the opposite of that ticket, in this case selectors *with* spaces aren't parsed correctly.
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:7 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:8 Changed 9 years ago by
Keywords: | reviewed added; needsreview removed |
---|
Still fails in trunk (post 1.7).
comment:9 Changed 9 years ago by
Owner: | changed from dylan to Kris Zyp |
---|---|
Status: | new → assigned |
comment:10 Changed 5 years ago by
Milestone: | future → 1.12 |
---|
comment:11 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
I believe this is a dup of #8358
This returns results: [div#one.subDiv, div#two.subDiv]