Closed
Bug 228340
Opened 22 years ago
Closed 16 years ago
long table with frame="box" rules="none" doesn't paint properly
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ajschult784, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
8.20 KB,
text/html
|
Details |
if a table has 2000 lines, and contains the attributes frame="box" and
rules="none", the background of the top portion (the first few pages) is gray
and does semi-random things (sometimes gray, sometimes correct) when it is
repainted after invalidation (views?).
this bug occurs with linux trunk 2003121209.
Reporter | ||
Comment 1•22 years ago
|
||
<table width="300" frame="box" rules="none"><tr><td>
[lots of <br>]
</td></tr></table>
the first few pages of the table are painted gray (and should be white).
Comment 2•22 years ago
|
||
WFM, 2003-12-12-09 trunk Linux.
Comment 3•21 years ago
|
||
Both the URL and the testpage WFM, Gecko/20041105 Firefox/0.9.1+, WinXP.
Andrew ,please reopen if this is still a issue but its a wfm
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•21 years ago
|
||
> Andrew ,please reopen if this is still a issue but its a wfm
still occurs with current CVS for me
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Andrew this is wfm under windows, please note OS when this is still an issue
Reporter | ||
Comment 7•16 years ago
|
||
WFM with linux builds (current and back to 2005)
Status: REOPENED → RESOLVED
Closed: 21 years ago → 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•