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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 14:26:02 PDT 2007


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





------- Comment #3 from mitz at webkit.org  2007-08-19 14:26 PDT -------
The problem is that as a result of r25011, there are some huge max widths
involved in various computations in AutoTableLayout.cpp and when computing
integer ratios such as

available * m_layoutStruct[i].effMaxWidth / totalAuto

or

maxNonPercent * 100 * percentScaleFactor / max(remainingPercent, epsilon)

the intermediate products overflow and you get negative numbers. Not sure
exactly how to fix it.


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