[Webkit-unassigned] [Bug 33247] Upwards cursor movement incorrect when previous block ends with <br>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 19 13:40:35 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33247
--- Comment #3 from Eric Seidel <eric at webkit.org> 2010-02-19 13:40:35 PST ---
(From update of attachment 48625)
Maybe this check should move into a function with a nice name?
((o->isText() && toRenderText(o)->linesBoundingBox().height())
593 || (o->isBox() &&
toRenderBox(o)->borderBoundingBox().height())) {
like canHaveCursor(o)?
--
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