[Webkit-unassigned] [Bug 107171] shouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom should return true on Android

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 14:41:52 PST 2013


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





--- Comment #14 from Ryosuke Niwa <rniwa at webkit.org>  2013-01-17 14:43:39 PST ---
(In reply to comment #13)
> (From update of attachment 183268 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=183268&action=review
>
> I think it would probably be best if these settings could be set individually (rather than as a group based on the existing EditingBehaviorTypes) by an embedder like all of WebCore::Settings, then we wouldn't need to stick any CHROMIUM stuff in here. What do you think?

The whole point of editing behavior is so that we don't have to add a new setting for every method we have in EditingBehavior.h, and each port doesn't need to figure things on their own.

I would much prefer ifdef solution over adding new settings.

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