Open
Bug 307330
Opened 20 years ago
Updated 3 years ago
[BC] Missing borders on second page of Print Preview
Categories
(Core :: Layout: Tables, defect)
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(5 files)
(spawned off from bug 233681)
STEPS TO REPRODUCE
1. Load the attached testcase
2. File -> Print Preview
ACTUAL RESULTS
The vertical dotted borders are missing on the second page.
The bug only occurs for "border-collapse: collapse" tables with a <head>
section that is repeated on the 2nd page.
EXPECTED RESULTS
The border should look the same as on the first page
PLATFORMS & BUILDS TESTED
Bug occurs in SeaMonkey 2005-08-31-02 trunk Linux
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
I can admit this bug with Thunderbird 1.5 on XP/SP1 System. The Workaround is to change the View Option in the Menu.
View -> Display Attachments Inline
Comment 4•20 years ago
|
||
I have the same problem as the second test-case. Borders are added on the sides of my "border-collapse: collapse" table where there should be none. I can see along the right edge that the <tr> borders I do have coded (which are a different color) are above the mystery border. On the left, they are below.
Also, in Print Preview, the border does not display when the <thead> object is not in the display area. This is page-specific, as the borders appear on page 3 when the page 3 <thead> is on-screen, but the page 2 <thead> remains off after scrolling past the page 2 <thead>.
I will attach screen shots.
Comment 5•20 years ago
|
||
Comment 6•20 years ago
|
||
Comment 7•20 years ago
|
||
Comment 8•11 years ago
|
||
Hello,
I just found this old bug-report and for me it looks OK with actual FF Versions.
can you please confirm from your site, so we can close?
thanks for your help
Flags: needinfo?(mats)
| Reporter | ||
Comment 9•11 years ago
|
||
(In reply to Stefan Weiss [:sir_none] from comment #8)
> ... it looks OK with actual FF Versions.
In the future, please state the exact version and platform you're testing.
Bug still occurs for me using Nightly 35.0a1 (2014-09-12) on Linux64.
Flags: needinfo?(mats)
Comment 10•11 years ago
|
||
I think I have the same issue on FF v33 on Windows7 x64. The top border does not appear on the 2nd page.
Demo: http://fiddle.jshell.net/w1f0bhtw/10/show/light/
And more: if I use pt to specify border width, visually widths differ from row to row. In my case every 4th row is thicker.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•