Closed
Bug 1505410
Opened 6 years ago
Closed 4 years ago
Tables in grid layout don't shrink back when resizing
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1527734
People
(Reporter: kemppainen.janne, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.05 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
I created a table inside a grid and it caused unexpected sizing issues after changing the browser width. An example html file is attached.
Actual results:
I changed the browser window width so that the text inside the table would go to the second line. When changing the browser width back to fit the text on one line the height of the table is not reduced. On my actual project the table row heights increase indefinitely when the user changes the browser width.
Expected results:
The table height should scale back down.
Comment 1•6 years ago
|
||
I can confirm the reported behavior while it works in Chrome.
This seems to be a regression because this worked in builds around 2015.
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: Tables
Ever confirmed: true
Product: Firefox → Core
Updated•6 years ago
|
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 2•6 years ago
|
||
Comment 3•4 years ago
|
||
This has been fixed by bug 1527734.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•