Open
Bug 1466032
Opened 7 years ago
Updated 2 years ago
invalid colspan rendering
Categories
(Core :: Layout: Tables, defect)
Tracking
()
NEW
People
(Reporter: thmarkus, Unassigned)
Details
Attachments
(1 file)
1.02 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180516032328
Steps to reproduce:
Create a table with thead and tbody with overlapping colspan in one section.
Set one section to "position: absolute"
I know its an unusual usage (used for fixed header)
Actual results:
Firefox renders some cells accross more columns than defined in colspan attribute.
Find attached a test case or open https://jsfiddle.net/e77Lhb8h/
I added divs with expected cell size marked in lime and colspan as text.
Expected results:
Expected: same rendering as without absolute positioning.
Comment 1•7 years ago
|
||
Hi thmarkus,
I reproduced the issue on Windows 10 x64/Ubuntu 16.04 on latest Nightly (2018-06-04), Firefox Release 60.0.1. and Firefox Beta 61.0b11.
Thank you for the report!
Status: UNCONFIRMED → NEW
status-firefox60:
--- → affected
status-firefox61:
--- → affected
status-firefox62:
--- → affected
Component: Untriaged → Layout: Tables
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•