Closed
Bug 1014005
Opened 11 years ago
Closed 11 years ago
Table cells have wrong widths and vertical centering in FF29
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: suicidaldj, Unassigned)
References
Details
Attachments
(1 file)
14.91 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
Test case HTML and CSS code and additional screenshot of FF28 and FF29 are included.
Actual results:
Table cells are wider in FF29 than in FF28 and the gray boxes in weekend cells are not properly centered vertically.
Expected results:
Table cells should be the same width as in FF28 and the gray boxes in weekend cells should be properly centered vertically.
Reporter | ||
Updated•11 years ago
|
Attachment #8426279 -
Attachment description: timesheet.zip → Testcase source code and 2 screenshots
Component: Untriaged → Layout: Tables
OS: Windows 7 → All
Product: Firefox → Core
Hardware: x86_64 → All
![]() |
||
Comment 1•11 years ago
|
||
The new rendering matches other browsers, for what it's worth.
The page is setting widths on inputs but not changing their padding. Since they have nonzero padding by default (see bug 157846), you get the observed behavior: the input's parent cell is 40px wide, because the input has 2px of padding.
You need to log in
before you can comment on or make changes to this bug.
Description
•