Opened 10 years ago
Closed 10 years ago
#9824 closed defect (wontfix)
dojo.query() failed on Opera 10
Reported by: | sayuri | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Query | Version: | 1.3.2 |
Keywords: | Cc: | magicalsayuri@… | |
Blocked By: | Blocking: |
Description
dojo.query() does not match case incorrect attribute. For example, query test.
dojo.query("[Foo]").length returns 0, should be 3.
I wrote xhtml (attribute name must be lower case.)
<div dojotype="dijit.Tree" ...></div>
But dojo.parser call dojo.query("[dojoType]").
Change History (6)
comment:1 Changed 10 years ago by
Owner: | changed from anonymous to alex |
---|
comment:2 Changed 10 years ago by
Component: | Core → Query |
---|
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.5 |
---|
comment:4 follow-up: 5 Changed 10 years ago by
comment:6 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
is this reproducible on 10.5?