[Webkit-unassigned] [Bug 13670] Table misrender when one of the TDs has width=100%

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 07:09:47 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13670


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15906|                            |review?
               Flag|                            |




------- Comment #6 from mitz at webkit.org  2007-08-10 07:09 PDT -------
Created an attachment (id=15906)
 --> (http://bugs.webkit.org/attachment.cgi?id=15906&action=view)
Change the cap from 99% to >99.99%

The patch also removes the "+ 50" which has been in the code since
<http://trac.webkit.org/projects/webkit/changeset/3351>. This fixes a bug that
has become even more apparent by raising the cap from 99% closer to 100%, and
causes no regressions. I've included a test for the bug, where the new results
match WinIE.

I have a version that tests directly for the "0%" cases and uses INT_MAX as max
width in those cases. It gives the same results in testing, but I think using
INT_MAX is still a hack, and is perhaps more risky than this patch's approach.


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



More information about the webkit-unassigned mailing list