[Webkit-unassigned] [Bug 25459] Regression(?): tabs in RTL erroneously overflows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 15:22:42 PDT 2010


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





--- Comment #20 from Dave Hyatt <hyatt at apple.com>  2010-11-05 15:22:42 PST ---
xji pointed out to me that there's an inconsistency here with how we measure, since computeInlineDirectionPositionsForLine doesn't include the actual offset from the block edge in its measurement.  For the rendering to be consistent it has to do the same thing.

It seems to me like this is right, then... we should maybe mention that textPos() is trying to be consistent with computeInlineDirectionPositionsForLine in the implementation of textPos().

It also seems like you don't need to subtract out the borders and padding any longer if you're subtracting from the root?

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