[Webkit-unassigned] [Bug 55481] Consider padding and border when looking for the next/previous line position
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 1 21:54:05 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55481
--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org> 2011-03-01 21:54:05 PST ---
(From update of attachment 84250)
View in context: https://bugs.webkit.org/attachment.cgi?id=84250&action=review
> Source/WebCore/editing/visible_units.cpp:571
> - return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
> + return renderer->positionForPoint(IntPoint(x - absPos.x(), root->selectionTop()));
I can't review this patch as I don't know the difference between lineTop and selectionTop. I'm hoping that mitz, hyatt, smfr, or darin can review this change. Also cc enrica & leviw since they are more familiar with the rendering engine than I am.
--
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