Closed
Bug 135517
Opened 23 years ago
Closed 23 years ago
Words are split on the 4096 character. e.g., </td> is broken apart into two lines
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: rkerridge, Assigned: Matti)
Details
Attachments
(1 file)
|
6.64 KB,
image/jpeg
|
Details |
That which should be hidden "</tr>" now appears on the display as: "< /tr>".
In View Source it looks like this:
</td>
< <<<<<<<<<<<<<BROKEN<<<<<<<<<<<<<<<<
/tr> <<<<<<<<<<<<<BROKEN<<<<<<<<<<<<<<<<
<tr id=hilite2>
The html file contains:
</td>
</tr>
<tr id=hilite2>
We have written a perl script to work around this problem
insuring that around the 4096 character in a HTML file is
a newline.
Problem exists in Netscape 4.79 and prior releases.
| Assignee | ||
Comment 1•23 years ago
|
||
Reporter:
Do you mean that this is a NS4.79 problem ?
Which mozilla build do you use ?
Summary: Words are split on the 4096 character. e.g., </td> is broken apart into two lines → Words are split on the 4096 character. e.g., </td> is broken apart into two lines
| Reporter | ||
Comment 2•23 years ago
|
||
Screen snapshot of the failure mode
| Reporter | ||
Comment 3•23 years ago
|
||
Netscape Communicator 4.79 and all 4.7x versions
| Assignee | ||
Comment 4•23 years ago
|
||
This bug is invalid !
This is the mozilla.org bug database.
(Mozilla is an open source Web browser)
We accept Mozilla bugs and sometimes Netscape 6.x bugs (NS6.x is based on the
mozilla code) if they are reproduceable with mozilla.
Please report your bug here :
http://help.netscape.com/communicator/feedback.html
Thanks
Matthias
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•