Closed
Bug 143368
Opened 23 years ago
Closed 22 years ago
The code I paste into composer's edit window disappears
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 110378
Future
People
(Reporter: nagu.parasu, Unassigned)
References
()
Details
I tried to paste the following code in the composer html source mode and when I
go to other tab(preview or normal) and come back, the code is gone.
The html code is
<HTML>
<HEAD>
<!-- Send users to the new location. -->
<TITLE>redirect</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="6;URL=http://www.geocities.com/poetlatha">
</HEAD>
<BODY>
<br><br>
<br><br>
<a font face=arial size=+3> Close your eyes and pray for few seconds to read
some good poems.... </a>
<br><br><br><br>
You can't pray longer, can you? Since your prayer failed, <a
href="http://www.geocities.com/poetlatha">
click here</a>.<br>
If you want to see the paintings of my niece, <a
href="http://photos.yahoo.com/bc/nagu/lst?.dir=/My+Photos/Ramya%27s+paintings&.src=ph&.order=&.view=t&.done=http%3a//photos.yahoo.com/bc/nagu/lst%3f.dir=/My%2bPhotos%26.src=ph%26.view=t">
Click here </a>
<br><br>
</BODY>
</HTML>
Comment 1•23 years ago
|
||
does it work if you paste in the html source without the contents of the <head>?
(I think this is invalid)
If you paste the body contents in, it seems to work. Saving the entire document
to a file and opening that works.
Severity: normal → trivial
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Future
Comment 3•22 years ago
|
||
The problem here is that the text pasted in has <HEAD> instead of <head>
This is a duplicate of bug 110378.
If you make change the head tag to be lower case before you switch to normal
mode, you'll see that the paste succeeds.
*** This bug has been marked as a duplicate of 110378 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•