Closed
Bug 257009
Opened 20 years ago
Closed 20 years ago
[BC] vertical separating lines bad rendering in large border collapse tables
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 233532
People
(Reporter: pichin, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040823 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040823 Firefox/0.9.3
vertical span lines in large tables missing. When this table is small (all fit
in brwser window, it's OK). Other way vertical lines missed. Only if I scroll to
bottom, I can seen rest of this lines, but every window opened over and closed
erase these lines. It's buggy in firefox 0.9.3 and Mozilla 1.7.2 both on Linux.
Tryed in Debian debianized Firefox and Mozilla Browser also in Firefox and
Mozilla Browser from mozilla.org at FC2. I seen same problem in older versions too.
Reproducible: Always
Steps to Reproduce:
1. Open table
2. Look at vertical lines between cells, You see nothing.
3. Scroll down, up and down and you can see rests of vertical lines between
cels, bat It's I want seen thru almost all vertical size table :-(
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
Reporter | ||
Comment 3•20 years ago
|
||
Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 157069 [details]
Source code of table and other files
File frame.html is in top directory. Extract to subdir to avoid garbage in
current :-)
Comment 5•20 years ago
|
||
I'm also seeing inconsistent rendering of the table cell borders on Windows;
suggest moving OS to All.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
Windows 2000 Professional SP4
do the tables have border collapse activated or rules specified, this probably a
dupe, search for collapse in the layout-table component
Reporter | ||
Comment 7•20 years ago
|
||
(In reply to comment #6)
> do the tables have border collapse activated or rules specified, this probably a
> dupe, search for collapse in the layout-table component
Yes, of course I have
TABLE {font-family: serif;
font-size: 10px;
color: rgb(0,25,25);
border: 3px solid rgb(102,102,102);
border-collapse: collapse;
padding: 0px 0px 0px 0px;
white-space: nowrap;
empty-cells: show;
cursor:default}
I need this behaviour, but merit is: small table OK and large table with same
style is broken.
Reporter | ||
Updated•20 years ago
|
OS: Linux → All
Reporter | ||
Updated•20 years ago
|
Component: GFX: Xlib → GFX
you aren't using an xlib build no matter what, so i'm reassiging to owners of
some other component. btw thanks for testing a mozilla build.
Assignee: roland.mainz → nobody
Component: GFX → Layout: Tables
QA Contact: timeless → core.layout.tables
Summary: vertical separating lines bad rendering in large tables → vertical separating lines bad rendering in large border collapse tables
Updated•20 years ago
|
Summary: vertical separating lines bad rendering in large border collapse tables → [BC] vertical separating lines bad rendering in large border collapse tables
Whiteboard: DUPEME
Reporter | ||
Comment 9•20 years ago
|
||
(In reply to comment #8)
> you aren't using an xlib build no matter what, so i'm reassiging to owners of
> some other component. btw thanks for testing a mozilla build.
I'm using Xlib build of course, but Nathan Strom<nstrom@ananzi.co.za> wrote in
comment #5 that it independ of GFX backend.
Comment 10•20 years ago
|
||
*** This bug has been marked as a duplicate of 233532 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•