Opened 14 years ago
Closed 14 years ago
#2530 closed defect (invalid)
[patch][ccla] ContentPane shouldn't depend on dojo.io.cookie
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | ContentPane | Cc: | |
Blocked By: | Blocking: |
Description
Currently the ContentPane? widget does a require on dojo.io.* which pulls in BrowserIO and Cookie. It should be using dojo.io.common instead.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | contentPane_cookie.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
When I apply this patch, I get
xhr has no properties [Break on this error] responseText: xhr.responseText,
You still need to conditionally include one of the *IO modules, apparently.
Note: See
TracTickets for help on using
tickets.
Patch