Closed
Bug 243276
Opened 22 years ago
Closed 22 years ago
div background coloring
Categories
(Core :: Web Painting, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: fejesjoco, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
check out the attached file. i think the good rendering is what IE does: it
paints the whole <div> red. Mozilla only paints the part that is initially
visible on the screen, when i scroll right, only unpainted parts appear.
Reproducible: Always
Steps to Reproduce:
Updated•22 years ago
|
Assignee: parser → nobody
Component: HTML: Parser → Layout
QA Contact: core.layout
Updated•22 years ago
|
Component: Layout → Layout: View Rendering
Comment 3•22 years ago
|
||
Problem confirmed on Linux using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040509.
This problem is very annoying!
Comment 4•22 years ago
|
||
The problem mentioned by the reporter only happens when the DIV area is too
LARGE. This problem does not occur when the DIV area is too HIGH.
So it is not as annoying as I first thought! :-)
Comment 5•22 years ago
|
||
What IE does is incorrect. Put a border on the div to see the difference. In
Mozilla, the text overflows the div (correctly), while IE makes the div too wide.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•22 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•