[Webkit-unassigned] [Bug 24527] caret does not paint the first time you focus on a 0px right padding RTL div
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 7 14:02:14 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=24527
------- Comment #5 from xji at chromium.org 2009-04-07 14:02 PDT -------
Another comment about the fix:
I am not sure whether the fix should be:
x = w - (borderRight() + paddingRight()) - 1;
or
x = w - (borderRight() + paddingRight()) - caretWidth;
--
Configure bugmail: https://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