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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 18:33:33 PDT 2010


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





--- Comment #9 from Ojan Vafai <ojan at chromium.org>  2010-09-22 18:33:32 PST ---
(From update of attachment 68460)
View in context: https://bugs.webkit.org/attachment.cgi?id=68460&action=review

> WebCore/editing/EditingBehavior.h:61
> +    // On Mac, when processing a contextual click, the object being clicked upon should be selected.
> +    bool shouldSelectOnContextualMenuClick() const { return m_type == EditingMacBehavior; }

Naming nit: shouldSelectWordOnContextualMenuClick? I believe it only selects words, not any object.

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