#1412 closed defect (fixed)
ContentPane scriptScope regex replacement fails
Reported by: | mumme | Owned by: | mumme |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
How to reproduce
html content:
<script> this.message = function(){ alert("hello"); } </script> <div onclick="scriptScope.message()">Not working</div> <div onclick=" scriptScope.message()">working due to space before keyword</div> <div id="cl" onclick="scriptScope.message()">working due to attribute before</div>
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r5896