When div is set to display: table, overflow: hidden doesn't work (overflowing abspos content leaks out), because Firefox applies 'overflow' to the table box instead of the table wrapper box
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
Webcompat Priority | P2 |
People
(Reporter: marlon.marcello, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: css3, webcompat:platform-bug)
Attachments
(2 files)
Reporter | ||
Updated•10 years ago
|
![]() |
||
Comment 1•10 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
•
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
![]() |
||
Comment 8•7 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 9•6 years ago
|
||
We may want to revisit this, now that EdgeHTML is going away and we're left as the only engine with our particular behavior here (and given that we've seen two webcompat.com issues where sites are depending on the Chromium/WebKit behavior)...
This may take some reverse-engineering to see what Chromium/WebKit are actually doing & if their behavior is sensible & implementable.
(Some spec clarification would be nice, too, per comment 8. But only to the extent that it matches the reality of what Chromium/WebKit do or are willing to do.)
Updated•4 years ago
|
Comment 10•3 years ago
|
||
This still has breakage in the wild that causes parts of contents to be unavailable, setting P2 for now.
Updated•3 years ago
|
Comment 11•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 5 See Also bugs.
:dholbert, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 12•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Comment 13•1 year ago
|
||
Out of all linked issues https://webcompat.com/issues/60523 is still reproducible - I moved it to bug1890853 for tracking purposes.
Comment 14•1 year ago
|
||
Verified this issue and still reproduces on Firefox Nightly, based on test case 1 and test case 2
Tested with:
Browser / Version: Firefox Nightly 128.0a1 (2024-05-28) (64-bit)
Operating System: Windows 10 PRO x64
Updated•1 year ago
|
Updated•6 months ago
|
Comment 15•6 months ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #6)
But for "overflow:hidden", Firefox and Edge apply that to the table box,
whereas Chrome applies it to the table wrapper box.
Update - the CSSWG just resolved to adopt the Chromium/Safari behavior here, in https://github.com/w3c/csswg-drafts/issues/10881#issuecomment-2685810362
Quoting the resolution:
RESOLVED: overflow applies to the wrapper box
Updated•6 months ago
|
Description
•