[Webkit-unassigned] [Bug 55886] RenderBox::localCaretRect should support before/after positions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 11:36:10 PST 2011


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





--- Comment #2 from Levi Weintraub <leviw at chromium.org>  2011-03-07 11:36:10 PST ---
(In reply to comment #1)
> Can't we always use the parent anchored equivalent?

Currently, we actually go out of our way to avoid using the parent anchored equivalent. Notice comment here: http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderBox.cpp#L3015

While possible, doing this would involve pushing much more caret logic down into the renderers, which I believe we want to avoid.

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