Closed
Bug 666240
Opened 13 years ago
Closed 13 years ago
Function element.replaceChild() executes inline scripts (works in FF5)
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 645115
People
(Reporter: jan.halasa, Unassigned)
Details
Attachments
(1 file)
1.19 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.0) Gecko/20100101 Firefox/4.0
Build Identifier: 4.0
Function element.replaceChild() executes all inline scripts except the first. No script is executed in Firefox 5 (correct behavior), so this bug is only for a possible 4.x bugfix release.
I will upload a test case.
Reproducible: Always
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Correction: replaceChild() executes all inline scripts except the LAST one, not the first one.
Updated•13 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → DOM
QA Contact: general → general
(In reply to comment #0)
> No script is executed in Firefox 5 (correct behavior), so this bug
> is only for a possible 4.x bugfix release.
Firefox 4 is shut up, no more releases. Maybe fixed with bug 645115.
-> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Comment 4•13 years ago
|
||
Yep, this is a duplicate of bug 645115.
Jan, Firefox 5 is the bugfix release for Firefox 4.
Resolution: WORKSFORME → DUPLICATE
Comment 5•13 years ago
|
||
Thanks for taking the time to file the bug report though! :-)
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•