RESOLVED CONFIGURATION CHANGED 74508
Table column width property is calculated incorrectly
https://bugs.webkit.org/show_bug.cgi?id=74508
Summary Table column width property is calculated incorrectly
Arthur Prishchepov
Reported 2011-12-14 08:49:29 PST
In a given table without table-layout set to fixed (i.e. 'auto' is used), when the content of the cell gets rotated, the table does not re-layout it's column, hence the width of the column still depends on the width of originally positioned (without rotation) element. Whenever the element get's rotated, the table column width should change not only based on child's width, but also on the angle of rotation and, in case the element is rotated to take a vertical position, the height of original child.
Attachments
Test Case (390 bytes, text/html)
2011-12-16 12:13 PST, Arthur Prishchepov
no flags
Alexey Proskuryakov
Comment 1 2011-12-14 09:29:29 PST
Do you have a test case that you could attach, or link to?
Arthur Prishchepov
Comment 2 2011-12-14 09:30:30 PST
Yes, finalizing it now, will attach shortly. (In reply to comment #1) > Do you have a test case that you could attach, or link to?
Arthur Prishchepov
Comment 3 2011-12-16 12:13:46 PST
Created attachment 119649 [details] Test Case
Arthur Prishchepov
Comment 4 2011-12-16 12:16:18 PST
Comment on attachment 119649 [details] Test Case The containing TD element is expanded to match the width of the child, although the child was rotated and the width of the contents is now different. I believe there should be more sophisticated algorithm for width calculation involved.
Ahmad Saleem
Comment 5 2023-02-10 06:01:58 PST
Safari 16.3, Chrome Canary 112 and Firefox Nightly 111 render this test same. I am marking this as "RESOLVED CONFIGURATION CHANGED".
Note You need to log in before you can comment on or make changes to this bug.