[Webkit-unassigned] [Bug 59138] REGRESSION(81625): Tables are not rendered correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 21:07:48 PDT 2011


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





--- Comment #10 from Rik Cabanier <cabanier at adobe.com>  2011-04-22 21:07:48 PST ---
his bug was introduced by the change that made '%' a true float instead of a fixed.
There's some strange code in the AutoTableLayout file that sometimes returns incorrect results (I didn't create this). Other code in WebKit sees these (large) results and ignores them.

I didn't realize that the code at the end already tries to fix this for certain cases so my change was wrong.

Adding a simple 'else' so my code doesn't get invoked fixes the problem.

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