#5809 closed enhancement (wontfix)
strip dojo scripts from dojox.layout.contentpane's snarfScripts
Reported by: | guest | Owned by: | mumme |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Layout | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Please add functionality to check the script tags of the pages loaded with dojox.layout.COntentPane to remove the dojo script tag if it's already loaded. This appears to break the loading of the content of contentpane if it's included..
Change History (6)
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to mumme |
---|
comment:2 Changed 13 years ago by
Component: | Dojox → DojoX Widgets |
---|
comment:3 Changed 13 years ago by
Priority: | high → normal |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:6 Changed 11 years ago by
Component: | DojoX Widgets → DojoX Layout |
---|
Note: See
TracTickets for help on using
tickets.
OK, as per meeting today closing this as wontfix.
We think that including dojo.js twice does cause problems (there are few things in there besides function definitions that aren't idempotent??) but for now anyway the user is responsible for not repeating the include of dojo.js.