DescriptionFix gesture handling for Views textfields
Changing gesture handling in Views textfields to be more consistent with
blink's textfields. The main changes are:
- Dragging text scrolls the text in textfield;
- Tap on selection activates touch editing;
- Double-tap selects a word;
- Triple-tap selects the entire text;
- Long-press off selection selects a word;
- Long-press on selection starts drag-drop (if drag-drop is enabled) or
shows context menu (if drag-drop is disabled);
- Long-tap shows context menu, if drag-drop started on the
corresponding long-press was not exercised.
BUG=388862
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284875
Patch Set 1 #Patch Set 2 : nits #
Total comments: 4
Patch Set 3 : nits #Patch Set 4 : Fixed "select all on first tap" in omnibox #Patch Set 5 : Fixed tests #
Messages
Total messages: 9 (0 generated)
|