#3293 closed defect (fixed)
0.9: Failure in dojo.query (as called through djit getChildren)
Reported by: | Jared Jurkiewicz | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Query | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Failure in dojo.query (as called through dijit getChildren())
The recent change set in dijit (8878) broke dojox.wire UT on IE and WebKit?. On debugging this issue one of the problems was tracked down to: http://trac.dojotoolkit.org/ticket/3282
Where on IE query returns things in reverse order.
However, I see another problem when I run the wire UT on WebKit? in OS-X. Namely I get a pile of these errors which I traced to dojo.query:
I'm getting errors from what deep down in dojo (in the query engine) such as: TypeError?: Value undefined (result of expression elem.hasAttribute) is not object. Which is likely coming from query.js, line: 751
So, it looks like query may have some hidden issues on WebKit? as well when it parsed across the DOM. Both of these issues coupled together break dojox.wire now in 0.9. the IE one I could work around if I have to, but the WebKit? one I can't.
Assigning this to Alex since he owns the query engine.
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 11 years ago by
Component: | General → Query |
---|
(In [8959]) ensure that return order is right on IE/Safari. Fixes #3293