[Webkit-unassigned] [Bug 90068] Setting table's style to fixed causes incorrect cell width calculations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 10:54:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90068





--- Comment #6 from Pravin D <pravind.2k4 at gmail.com>  2012-07-24 10:54:32 PST ---
The issue seems to be related to the way we distribute width to the auto cells in Fixed Table rendering algo.
One way of looking at the issue is comparing it with AutoTable rendering algo. In Auto Table rendering algo, col containing only empty cells are not given any width. However in our Fixed Table rendering algo no such distinction is made(cannot be made as only cell in the 1st row are considered). 

The issue happens only when the colspan > number of cols in the table(see the second table in the reduction). So another possible cause can be that we create an empty last column if the colspan > number of cols in the table. Maybe we should no do so... Require clarification on this though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list