Firefox honors small heights on <td> (for sizing of that <td> and percent resolution on children), unlike other browsers
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
Webcompat Priority | P2 |
People
(Reporter: emilio, Unassigned)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
(Keywords: webcompat:platform-bug, Whiteboard: DUPEME)
Attachments
(2 files)
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
![]() |
||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Updated•7 years ago
|
![]() |
||
Comment 6•7 years ago
|
||
Reporter | ||
Comment 7•7 years ago
|
||
![]() |
||
Updated•4 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 8•2 years ago
|
||
This is breaking the layout at https://www.91mobiles.com/compare/realme/9+SE+5G/vs/Moto/G72-amp, as reported at https://webcompat.com/issues/117029 , causing all sorts of lapping content.
This is the key CSS:
#fixed-table tr {
height: 1px;
}
#fixed-table tr td {
height: inherit;
}
#fixed-table tr td .cmp-summary-box { // a div, only child of the td
height: 100%;
}
Updated•1 year ago
|
Comment 9•1 year ago
|
||
Moving away the Site Breakage dependencies. Sorry for the bugspam, I'll only do one change per core bug for the next issue. :)
Comment 10•1 year ago
|
||
This is still reproducible based on the test case on both Firefox Release and Nightly. (not reproducible on Chrome)
Environment:
Operating system: Windows 10
Browsers tested: Firefox Nightly 128.0a1 (2024-05-28) / Firefox Release 126 / Chrome 125.0.6422.113
Comment 11•1 year ago
|
||
I'm tentatively planning to look at this bug soon (if no one gets to it first). ni=me as a reminder.
Updated•11 months ago
|
Updated•3 months ago
|
Updated•2 months ago
|
Comment 15•2 months ago
|
||
(I morphed bug 1890797 -- the webcompat KB bug that we were using at one point - into a dupe of this bug, and I'm hanging its [already-fixed] dependencies to this bug [one of them was already here actually]).
Description
•