Lines Matching full:arrow
2810 <rdar://problem/5045121> REGRESSION: Inline is confirmed after press left/right arrow keys, happens in Mail but not in TextEdit.
4152 Re-applying fix for <rdar://problem/5107538> REGRESSION: Page scroll when selecting characters from inline input candidate window by arrow buttons
4617 WebKit part of fix for <rdar://problem/5107538> REGRESSION: Page scroll when selecting characters from inline input candidate window by arrow buttons
6540 REGRESSION: pressing option-left arrow while in suggestion popup moves the insertion point to the left
6593 This patch also fixes a bug where using the arrow keys while
7958 - Fix for <rdar://problem/4950527> REGRESSION: Can't use arrow keys (left/right) to navigate caret in input (type=text) or textarea fields
7963 Test: fast/events/arrow-navigation.html
10814 Redundant keydown, keypress, keyup events sent for arrow keys
10818 1. For arrow keys, keyDown: is invoked after performKeyEquivalent:, so had to store
10824 Test: manual-tests/arrow-key-events.html