Closed
Bug 306080
Opened 19 years ago
Closed 19 years ago
strings over 4095 characters, without new lines, do not show up within pre tags
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 264405
People
(Reporter: shmooved, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6.2 (KHTML, like Gecko) Safari/412.2.2 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Any string of characters over 4095 characters in length, and not containing new line characters (\n, \r) will not show up within the browser. Reproducible: Always Steps to Reproduce: A simple test page canbe created. <html> <body> <pre>********* (repeated 4096+ times)</pre> </body> </html> Actual Results: The asterisks do not show up. However, they exist correctly when browsing the DOM structure. When viewing source the pre tags are truncated to: "<prepre>". Expected Results: The string of asterisks should have been displayed in the browser. When viewing source, they also should have been present.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 264405 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•