[Webkit-unassigned] [Bug 18153] table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 06:37:58 PDT 2012


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





--- Comment #3 from Arpita Bahuguna <arpitabahuguna at gmail.com>  2012-10-23 06:39:02 PST ---
The issue associated with the failing URL (i.e. a shrunk table displayed on the right side) is now no longer reproducible. (verified for WebKit revision  131989).

However, for the attached reduction, we behave differently from FF.

This is due to our different handling of fixed table layout in non-quirks mode; when compared against FF's behavior.

This is in accordance with http://trac.webkit.org/changeset/48647 which adds a check for preferred logical width calculation in fixed layout algorithm for tables having percent width. The check is specific for quirks mode.

In quirks mode, we expand the table to its max possible width; ignoring the computed fixed layout algorithm width. For standard mode however we restrict our width to that of the computed value.

This issue can perhaps be closed since this seems to be our normal behavior.
Also see: http://trac.webkit.org/changeset/4316

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