[Webkit-unassigned] [Bug 15010] REGRESSION (r25000-r25065): Table rendering broken by a recent nightly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 16:17:09 PDT 2007


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





------- Comment #6 from mitz at webkit.org  2007-08-20 16:17 PDT -------
(In reply to comment #4)
> Silly idea: perform the division before the multiplication?

That will introduce huge errors in many cases due to rounding.

> Another silly idea: enforce a "max max width?"

Possible, but may reintroduce the bug fixed by r25011.

I also thought of 
- using a 'long long' for the intermediate product, but I don't know if that's
guaranteed to work (that is, allow for bigger values) in all platforms;
- using floating-point math to compute the scaling factors.


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