Closed
Bug 34453
Opened 25 years ago
Closed 23 years ago
Getting JS error..
Categories
(Core :: DOM: HTML Parser, defect, P5)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: harishd, Assigned: harishd)
Details
(Keywords: compat)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Sample document:
<BODY OnMouseOver= "document.write('hello there')"; >
<!-- HEADER -->
<LAYER LEFT=%1 &{if (self.innerWidth<620) "WIDTH=620";}; WIDTH=96% ID="header">
text
</LAYER>
Load this after applying the patch ( will be attaching ).
Comment 2•25 years ago
|
||
The engine is getting :
document.write('hello there')";
hence gets an un-terminated string literal error.
Assignee: rogerl → harishd
Component: Javascript Engine → Parser
This is not really a very high priority bug..so LATERING it for now....
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Comment 4•23 years ago
|
||
Getting rid of LATER. Will this be fixed, anyway, with Clarence's rewrite?
Severity: normal → trivial
Status: RESOLVED → REOPENED
Priority: P3 → P5
Resolution: LATER → ---
Target Milestone: --- → Future
Comment 6•23 years ago
|
||
moving the mouse print "hello there"
20020117
Status: REOPENED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → WORKSFORME
Verified WFM with build ID 20020214 on win2k.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•