#10457 closed defect (fixed)
[patch][ccla] Incorrect handling commented script tags in dojox.html._base
Reported by: | bogool | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4.1 |
Component: | Dojox | Version: | 1.4.0b |
Keywords: | Cc: | mumme, bill | |
Blocked By: | Blocking: |
Description
The regexp in snarfScripts function incorrectly handles comments like this:
<!-- script> some code here </script -->
Example attached.
Attachments (3)
Change History (9)
Changed 11 years ago by
Attachment: | ContentPaneBug.html added |
---|
comment:1 Changed 11 years ago by
Cc: | mumme bill added |
---|---|
Owner: | changed from Adam Peller to Sam Foster |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4.1 |
---|---|
Owner: | changed from Sam Foster to Jared Jurkiewicz |
Assigning to me, I know why it happens and have a potential fix. Targetting for 1.4.1
comment:3 Changed 11 years ago by
Summary: | Incorrect handling commented script tags in dojox.html._base → [patch][ccla] Incorrect handling commented script tags in dojox.html._base |
---|
comment:4 Changed 11 years ago by
Status: | new → assigned |
---|
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Example code