Closed
Bug 264405
Opened 21 years ago
Closed 19 years ago
text from unwrapped long line does not display, even with view source.
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 237085
People
(Reporter: titus, Assigned: sfraser_bugs)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
In the page at issola.caltech.edu/~t/transfer/raw-test, the text of the long line does not view under any
circumstances. Verified with wget that the Web server is delivering it, and verified with
http://issola.caltech.edu/~t/transfer/raw-test.3 that it was caused neither by the leading '>' nor by a
simple property of the text string.
Reproducible: Always
Steps to Reproduce:
1. load http://issola.caltech.edu/~t/transfer/raw-test
2. compare with http://issola.caltech.edu/~t/transfer/raw-test.3
3. look at source for both
Actual Results:
no text displayed in first case. some text displayed in second, but view source still missing majority of
content.
Expected Results:
at the very least, displayed the entire document in view-source. at best, done something with the text
like line-wrap it.
this is the result of a DNA sequence search. it's not a completely contrived issue ;).
Comment 1•21 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041014
Firefox/0.10
both display ->WFM
no wrapping because:
it's text/plain (page)
and the needed whitespace to wrap is missing (view source)
Comment 2•21 years ago
|
||
Confirming on both:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20041007
Firefox/0.10
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041008
Firefox/0.9.1+
The problem starts happening when the line exceeds 4096 characters. Reducing the
text size (using Command-minus) makes the missing line appear, eventually.
The "view source" problem is an exact duplicate of bug 235344 (OS X specific).
The main view problem looks like a duplicate of bug 92193 (see especially bug
92193 comment #15). That bug, however, was reported on Linux/Windows, which is
inconsistent with comment #1 (WFM on Windows). Also, that bug speaks of partial
rendering (which can perhaps be undone by selecting), not complete invisibility.
Marking NEW for now with a dependency on 92193, although might eventually get
duped to that bug.
Testcase coming up.
Assignee: firefox → sfraser
Status: UNCONFIRMED → NEW
Component: General → GFX: Mac
Depends on: 92193
Ever confirmed: true
Product: Firefox → Browser
QA Contact: firefox.general
Version: unspecified → Trunk
Comment 3•21 years ago
|
||
text/plain file with 4096-chars line. pressing command-minus ones causes the
long line to appear.
Comment 4•21 years ago
|
||
HTML version of the same file. Here several command-minuses are needed to cause
the text to appear.
Updated•21 years ago
|
Attachment #162126 -
Attachment description: HTML testcase → testcase (HTML)
![]() |
||
Updated•21 years ago
|
Whiteboard: DUPEM
![]() |
||
Updated•21 years ago
|
Whiteboard: DUPEM → DUPEME
Here is a nicer testcase: http://www.angelblade.com/bugs/textbug.txt
Shouldn't this bug be marked critical since there is loss of data?
BTW, this bug is somewhat inconsistant for me, i.e. sometimes the page renders
correctly.
Comment 7•21 years ago
|
||
*** Bug 270442 has been marked as a duplicate of this bug. ***
Comment 8•21 years ago
|
||
Seeing this on Win98 => All/All
Component: GFX: Mac → GFX
OS: MacOS X → All
Hardware: Macintosh → All
Comment 9•20 years ago
|
||
*** Bug 306080 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 10•20 years ago
|
||
*** Bug 281007 has been marked as a duplicate of this bug. ***
Comment 11•20 years ago
|
||
*** Bug 312077 has been marked as a duplicate of this bug. ***
Comment 12•19 years ago
|
||
Dupe of bug 237085, which is now fixed.
*** This bug has been marked as a duplicate of 237085 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•