Closed
Bug 444802
Opened 17 years ago
Closed 8 years ago
[UX] <thead> duplicated on subsequent pages for big tables
Categories
(Core :: Print Preview, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla.org, Unassigned)
Details
Attachments
(1 file)
|
8.30 KB,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
I'm creating a page in XHTML 1.1 which contains, among other things, several big tables, none of which span more than a page when printed. Even so, whenever a table is the only content on its page, the <thead> content is repeated on the next page. This should only happen if the <tbody> content flows over into the next page.
Reproducible: Always
Steps to Reproduce:
1. Open the attached XHTML file.
2. Click File -> Print Preview
Actual Results:
The "Word processing software" table is shown alone on a page, with the headings duplicated on the next page.
Expected Results:
Only one set of headings should be printed for the "Word processing software" table.
| Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Component: General → Print Preview
Product: Firefox → Core
QA Contact: general → printing
Comment 2•8 years ago
|
||
This is by design.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Summary: <thead> duplicated on subsequent pages for big tables → [UX] <thead> duplicated on subsequent pages for big tables
You need to log in
before you can comment on or make changes to this bug.
Description
•