[Webkit-unassigned] [Bug 38087] Clicking below last line of right-to-left editable text that puts caret in the wrong place
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 30 12:55:52 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=38087
--- Comment #26 from Ryosuke Niwa <rniwa at webkit.org> 2011-03-30 12:55:52 PST ---
(From update of attachment 87537)
View in context: https://bugs.webkit.org/attachment.cgi?id=87537&action=review
>> Source/WebCore/rendering/RenderBlock.cpp:55
>> +#include "visible_units.h"
>
> Is this necessary?
Oh, good catch. This should definitely be removed. Levi, can you do that?
>> Source/WebCore/rendering/RootInlineBox.h:146
>> + Node* getLogicalEndBoxWithNode(InlineBox*&);
>
> Can these be const?
You mean
Node* getLogicalStartBoxWithNode(InlineBox*&) const;
Node* getLogicalEndBoxWithNode(InlineBox*&) const;
? It seems like we can.
--
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