Bug 11573 - REGRESSION: pressing option-left arrow while in suggestion popup moves the insertion point to the left
Summary: REGRESSION: pressing option-left arrow while in suggestion popup moves the in...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-11-11 11:02 PST by Alexey Proskuryakov
Modified: 2007-02-23 18:34 PST (History)
0 users

See Also:


Attachments
Don't move if there is no selection (1.42 KB, patch)
2007-02-22 08:34 PST, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-11-11 11:02:57 PST
Steps to reproduce:
1. Start typing something in a text input (such as a Bugzilla field).
2. Press Option+Esc to display suggestion popup.
3. Press Option+Left Arrow (or Cmd+Option+Left Arrow).

Results: the suggestion popup closes, and the insertion point moves one character to the left.
Expected results (as in stock Safari): the suggestion popup closes, and the insertion point remains where it was.

This may look minor from the description, but is pretty unpleasant in my experience.
Comment 1 Alexey Proskuryakov 2006-11-11 11:56:48 PST
This only happens if previously typed characters already make a word. For example, type "the" in step 1.
Comment 2 Mark Rowe (bdash) 2007-01-16 19:08:21 PST
<rdar://problem/4928632>
Comment 3 mitz 2007-02-22 08:34:50 PST
Created attachment 13315 [details]
Don't move if there is no selection

Like the scrollbar active appearance bug, this bug is only a regression from Safari 2.0.4 in the sense that in TOT it affects form controls as well.
Comment 4 Maciej Stachowiak 2007-02-22 19:40:27 PST
Comment on attachment 13315 [details]
Don't move if there is no selection

r=me
Comment 5 Sam Weinig 2007-02-23 18:34:55 PST
Landed in r19834.