#367 closed defect (fixed)
ContentPane/LinkPane - scripts not processed
Reported by: | ilia_kantor | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I can't include any <script> tags in pages loaded with LinkPane?. Also, could be nice if new dojo.require + new widgets may appear inside loaded content.
Change History (4)
comment:1 Changed 16 years ago by
Summary: | LinkPane - scripts inside → ContentPane/LinkPane - scripts inside |
---|
comment:2 Changed 16 years ago by
Summary: | ContentPane/LinkPane - scripts inside → ContentPane/LinkPane - scripts not processed |
---|
comment:3 Changed 16 years ago by
Milestone: | → 0.3release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Comment from Ricardo de Oliveira Saldanha:
I did a little workaround (inside the load event):
RegExp?("(?:<script[>]*>)([</]*?)(?:</script[>]*>)", "im");
It isn´t pretty but is working now ;)