Closed
Bug 252286
Opened 21 years ago
Closed 21 years ago
contents doubles after making changes in source editor and then moving to normal tab
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 251686
People
(Reporter: antreality, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714
The contents edited in source editor doubles when going back to normal view
mode. Similar thing also happens when the page is saved since saving the page
changes source tab to normal tab automatically.
Reproducible: Always
Steps to Reproduce:
1.File -> New -> Composer Page.
2.Go to HTML source editor. Type "Test" after <body> and delete <br>. Go back to
normal view without saving.
3.One "Test" can be seen there.
4.Go back to source editor again. Just do some changes like typing a space and
deleting it. Then, go back to normal view again.
5.Two "Test" can be seen there.
6.Repeat step 4.
7.Four "Test" can be seen there.
...
2^3 "Test"
...
2^4 "Test"
...
and so on.
Actual Results:
After step 2, in normal view,
Test
After step 4, in normal view,
Test Test
After step 6, in normal view,
Test Test Test Test
After step ..., in normal view,
Test Test Test Test Test Test Test Test
Expected Results:
It should not change or modify the content for any reason even when deleting and
modifying invalid mark-up tags may be acceptable.
*** This bug has been marked as a duplicate of 251686 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 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
•