[Webkit-unassigned] [Bug 32206] "padding: 0; width: auto" on <td> elements causes the computed width to be 0 instead of flexible, with workaround

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 01:07:19 PST 2011


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


Parag <parag at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |parag at motorola.com




--- Comment #1 from Parag <parag at motorola.com>  2011-11-08 01:07:19 PST ---
The reason behind this difference what i figured it out is firefox and webkit's table rendering algo differ's a bit, if the table's column width type is auto and is set to 0 they both don't allocate any width to that column but if all such auto width columns have 0 width than firefox redistributes the available width to all of them equally but webkit don't. If this is a valid bug, then i can start working on it.

-- 
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