Closed
Bug 431913
Opened 17 years ago
Closed 17 years ago
Large <pre> section gets truncated when rendered.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 215055
People
(Reporter: danskal, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
When a page includes a large <pre> section, it gets truncated after a while.
If you try to select the end of the visible text, the rendering jumps to the top of the pre section.
See URL for test case.
n.b. here is the pre css used:
pre {
font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
overflow: auto;
background-color: #EEE;
border: 1px solid #DDD;
padding: 4px;
}
Reproducible: Always
Steps to Reproduce:
1. Create very large <pre>foobarfoobar foobar </pre> section
2. view in browser
3. scroll down
Actual Results:
truncated text rendering
Expected Results:
full <pre> text rendered (it looks fine in e.g. IE7)
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Flags: blocking-firefox3?
You need to log in
before you can comment on or make changes to this bug.
Description
•