[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 19:07:03 PDT 2010


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





--- Comment #12 from Antonio Gomes <tonikitoo at webkit.org>  2010-09-22 19:07:02 PST ---
(In reply to comment #9)
> (From update of attachment 68460 [details])
> 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.

Hum, naming has to be well thought here, yes.

When you right-click a link, you get the whole link text selection. If it is a text node, only the clicked work gets selected.

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