[Webkit-unassigned] [Bug 12115] RTL text is jumbled on display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 6 10:30:59 PST 2007


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





------- Comment #6 from mitz at webkit.org  2007-01-06 10:30 PDT -------
WebKit's fixed table layout tries to satisfy percent widths first, then adds
the fixed widths no matter what. I don't know what this algorithm is based on,
but Firefox does things differently: it seems to satisfy the fixed widths
first, then percentages (if any available width remains; percentages taken out
of the original available width), then distribute the remainder among auto
columns. If there are no auto columns and the resulting width is less than the
available width, everything is scaled up to fit. This is different from
WebKit's frameset layout algorithm (in that it blows up fixed lengths even if
there are percentages).


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