Closed
Bug 197676
Opened 23 years ago
Closed 23 years ago
Tag <SCRIPT for=window...> is ignored by Moz1.3 but not by 1.2.1
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 191579
People
(Reporter: martindavid, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
A HTML page containing a TAG like this one :
<script for=window event=onload language="JavaScript">
...
</script>
doesn't seem to be read in Moz 1.3 final
whereas Moz 1.2.1 does it before. Seems to be a regression bug.
Reproducible: Always
Steps to Reproduce:
1. Add a tag <script for=window event=onload language="JavaScript">alert()</script>
2. Load the page
3. Nothing happen, no popup
Actual Results:
All the JS code between these tag isn't executed
Expected Results:
execute this JS code, even if it seems to be a IE-like tag style...
default theme, default installation !
Comment 1•23 years ago
|
||
wfm 2003031409 trunk xp
Loading the url directs me to Google
| Reporter | ||
Updated•23 years ago
|
Summary: Tag <SCRIPT ...> is ignored by Moz1.3 but not by 1.2.1 → Tag <SCRIPT for=window...> is ignored by Moz1.3 but not by 1.2.1
Comment 2•23 years ago
|
||
This is bug 191579 but apparently the fix was not checked on the 1.3 branch.
*** This bug has been marked as a duplicate of 191579 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•