CLOSED WORKSFORME 10440
[Drosera] Parsing error for a specfic string
https://bugs.webkit.org/show_bug.cgi?id=10440
Summary [Drosera] Parsing error for a specfic string
Pete Parks
Reported 2006-08-16 10:51:14 PDT
This segement of code contained in a Javascript file: var xml = '<?xml version="1.0"?><foo>hello</foo>'; var url = "data:text/xml;charset=utf-8," + encodeURIComponent(xml); and even //var xml = '<?xml version="1.0"?><foo>hello</foo>'; //var url = "data:text/xml;charset=utf-8," + encodeURIComponent(xml); causes the javascript following these lines to turn everything else into comment colors in the Drosera text view. So when I try to set a break point in Drosera on code following these lines it won't work.
Attachments
Alexey Proskuryakov
Comment 1 2007-04-25 04:20:43 PDT
I cannot reproduce this problem with a current nightly. Reporter, can you still reproduce it?
Alexey Proskuryakov
Comment 2 2007-06-23 06:51:52 PDT
Closing, since there was no response to the request for additional information.
Timothy Hatcher
Comment 3 2008-05-17 09:55:57 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.
Note You need to log in before you can comment on or make changes to this bug.