[Webkit-unassigned] [Bug 75652] Inconsistent text selection behavior with option-shift-left/right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 11:33:21 PST 2012


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





--- Comment #9 from Alexey Proskuryakov <ap at webkit.org>  2012-01-17 11:33:21 PST ---
(From update of attachment 122785)
View in context: https://bugs.webkit.org/attachment.cgi?id=122785&action=review

> Source/WebCore/editing/EditingBehavior.h:73
> +    // On Mac, selecting backwards by word/line from the middle of a word/line, and then going
> +    // forward leaves the caret back in the middle with no selection, instead of directly selecting
> +    // to the other end of the line/word (Unix/Windows behavior).
> +    bool shouldExtendSelectionByWordOrLineAcrossCaret() const { return m_type != EditingMacBehavior; }

Just a drive by comment that shouldn't prevent landing: isn't this overly specific? This sounds like one example of anchored selection behavior.

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