[Webkit-unassigned] [Bug 109462] REGRESSION(r130774): table isn't sized after content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 10:23:25 PST 2013


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


Pravin D <pravind.2k4 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pravind.2k4 at gmail.com




--- Comment #1 from Pravin D <pravind.2k4 at gmail.com>  2013-02-12 10:25:38 PST ---
(In reply to comment #0)
> Following r130774, it is possible for a table to not fit its content anymore. CSS 2.1 is clear on that:
> 
> "The width of the table is then the greater of the value of the 'width' property for the table element and the sum of the column widths (plus cell spacing or borders). If the table is wider than the columns, the extra space should be distributed over the columns."
> 
> See the URL for a reproduction.
> 

About the issue: max-width property should be ignored only in case of fixed table layout. Currently in FixedTableLayout class does not handle the same.

PS: In JSfiddle  max-width:100% is for all tables due to the css dumped by twitter(http://twitter.github.com/bootstrap/assets/css/bootstrap.css). 
Updated the Jsfiddle to reflect all the contents to repro the issue locally. 
http://jsfiddle.net/TgdpN/3/

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