overflow: scroll in internal table is being treated like overflow: visible
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: aasmith, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
A <td> that contains a <table> has its overflow property set to scroll, and yet it's behaving like visible. Chrome properly (I think) hides most of the inner table and sets up scroll bars.
Actual results:
The inner table's complete contents are visible, overwriting other cells in a very ugly way.
Expected results:
Scroll bars should have been set up in the cell.
Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Hi,
I was able to reproduce this issue on Windows 10 with Firefox version Nightly 74.0a1 (2020-02-04) (64-bit) - Beta 73.0 (64-bit) - Release 72.0.2 (64-bit). Marking those flags as affected.
Also I'm setting status to NEW and component to Core - Layout Tables for someone to take a look at this.
Comment 3•5 years ago
|
||
Thanks for reporting this bug.
This appears to be an existing issue that is tracked in (Bug 221154)
I am marking this as a duplicate issue.
Updated•5 years ago
|
Description
•