#12340 closed defect (fixed)
IE9: dojo.query improperly handles attribute selectors
Reported by: | Kenneth G. Franqueiro | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.5.2 |
Component: | General | Version: | 1.6.0rc1 |
Keywords: | ie9 | Cc: | |
Blocked By: | Blocking: |
Description
This problem and the solution was pointed out and isolated by the MSIE team, so hats off to them.
dojo.query
currently fails to properly match attribute selectors. This is another instance of an isIE code branch that no longer needs to be handled specially for IE9.
This is observable in the form of 1 failure followed by 2 errors in tests/_base/query.html
if you force IE9 into standards mode (since the page throws it to quirks by default).
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | 12340.diff added |
---|
comment:1 Changed 10 years ago by
Does this require a CCLA from the MSIE devs to commit? They didn't give the patch verbatim, but they pointed out the precise fork in the code and recommended taking the "non-IE" branch for IE9.
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 9 years ago by
Milestone: | 1.6 → 1.5.2 |
---|
Note: See
TracTickets for help on using
tickets.
Patch, based on IE team's findings.