Opened 11 years ago
Closed 10 years ago
#14076 closed defect (wontfix)
[CLA][PATCH] query/query-sizzle don't work in customized dojo name space
Reported by: | Evan | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Query | Version: | 1.6.1 |
Keywords: | query, scopemap | Cc: | |
Blocked By: | Blocking: |
Description
This issue only occur in 1.6.* branch
When we use customized name spaces with 1.6 build like:
djConfig = { scopeMap: [['dojo', 'mydojo'],['dijit', 'mydijit'], ['dojox', 'mydojox']] };
it's easy to see the error - "mydojo.query" is always undefined.
Attachments (2)
Change History (4)
Changed 11 years ago by
Attachment: | 14076.html added |
---|
Changed 11 years ago by
Attachment: | 14076.patch added |
---|
The patch fixed the issue by using "dojo._scopeName"
comment:1 Changed 11 years ago by
Summary: | query/query-sizzle don't work in customized dojo name space → [CLA][PATCH] query/query-sizzle don't work in customized dojo name space |
---|
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I don't believe this applies anymore since these modules are gone in 1.7.
Note: See
TracTickets for help on using
tickets.
Please run this test case to see the issue with http://download.dojotoolkit.org/release-1.6.1/dojo-release-1.6.1.zip