Closed
Bug 1490308
Opened 6 years ago
Closed 6 years ago
CSS overflow property on tables cells
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 221154
People
(Reporter: khirst, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Steps to reproduce:
I attempted to get overflow in a table cell to produce scrollable content.
Please look at https://jsfiddle.net/e3zumhqy/3/
I am using the most recent release version (62.0)
Actual results:
The table cell overflowed into the next table cell, garbling the content together
Expected results:
The table cell with the long content should have rendered a scroll bar on the bottom.
Comment 1•6 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 (20180913100107)
I have tested this report on Windows 10 and OS X 10.12 using the latest Nightly, Beta and Fx release builds. I was able to reproduce the mentioned behavior using the provided jsfiddle page. The second column is not overflowed properly, it should display a scrollbar. The scrollbar is displayed properly in Chrome and Safari.
Status: UNCONFIRMED → NEW
status-firefox62:
--- → affected
status-firefox63:
--- → affected
status-firefox64:
--- → affected
Component: Untriaged → Layout: Columns
Ever confirmed: true
Product: Firefox → Core
Updated•6 years ago
|
Component: Layout: Columns → Layout: Tables
Updated•6 years ago
|
Priority: -- → P3
Comment 2•6 years ago
|
||
I think this is a duplicate of (longstanding) bug 221154.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•