Closed
Bug 148614
Opened 23 years ago
Closed 23 years ago
saves changed(by document.write or by DOM) html
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 115328
People
(Reporter: andrew_v, Assigned: Matti)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3)
Gecko/20020523
BuildID: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3)
Gecko/20020523
source hmtl
<html><body>
<script>
document.write('Hello world!');
</script>
</body></html>
saved html with additional 'Hello world!'
<html><head></head>
<body>
<script>
document.write('Hello world!');
</script>Hello world!
</body></html>
Reproducible: Always
Steps to Reproduce:
1.open page with java script
2.save it
3.compare saved and original source
Comment 1•23 years ago
|
||
This only happens in the "complete" mode. Dup of "Dirty DOM being fed to
webbrowserpersist - need to parse a fresh one from cache"
*** This bug has been marked as a duplicate of 115328 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
Summary: save changed(by document.write or by DOM) html, not original → saves changed(by document.write or by DOM) html
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•