[Webkit-unassigned] [Bug 23351] Add preference to not select when right-clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 11:52:45 PDT 2010


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ojan at chromium.org




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2010-04-27 11:52:44 PST ---
This should just use the existing EditingBehavior preference:

Settings.h:
enum EditingBehavior { EditingMacBehavior, EditingWindowsBehavior };

There's a bug filed to add EditingLinuxBehavior as well, though I can't seem to
find it. In either case, this is a case where we should select the word on
right-click iff the editing behavior is EditingMacBehavior.

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