RESOLVED CONFIGURATION CHANGED 114905
table-fixed calculating cell contents with percentage width incorrectly
https://bugs.webkit.org/show_bug.cgi?id=114905
Summary table-fixed calculating cell contents with percentage width incorrectly
Femi O
Reported 2013-04-20 14:09:00 PDT
Created attachment 198948 [details] sample file displaying the issue When using fixed layout on tables, webkit calculates the width on cell children incorrectly if they are set to a percentage and absolutely position. I've attached an example which implements a 7 column table and sets an absolutely positioned child to 600%. Firefox and IE's rendering engines display the child covering 6 columns while webkit fails to cover all 6.
Attachments
sample file displaying the issue (613 bytes, text/html)
2013-04-20 14:09 PDT, Femi O
no flags
Brent Fulgham
Comment 1 2022-07-15 14:36:04 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.