Bug 12804 - REGRESSION (r19043-r19063): suggestion popup doesn't work after pressing Option+Esc
Summary: REGRESSION (r19043-r19063): suggestion popup doesn't work after pressing Opti...
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: Regression
Depends on:
Blocks:
 
Reported: 2007-02-18 05:06 PST by Alexey Proskuryakov
Modified: 2007-02-22 07:57 PST (History)
3 users (show)

See Also:


Attachments
Don't let the event that opened the popup close it; fix another suggestion popup bug (3.90 KB, patch)
2007-02-21 14:43 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 2007-02-18 05:06:31 PST
Steps to reproduce:
1. Type something in a text filed (e.g. in this Bugzilla bug).
2. Press Option+Esc

Results: a suggestion popup appears for a moment, but disappears immediately.

See also: bug 11573
Comment 1 mitz 2007-02-21 13:17:35 PST
Probably introduced in <http://trac.webkit.org/projects/webkit/changeset/19049>.
Comment 2 mitz 2007-02-21 14:43:04 PST
Created attachment 13305 [details]
Don't let the event that opened the popup close it; fix another suggestion popup bug
Comment 3 Maciej Stachowiak 2007-02-22 02:56:05 PST
Comment on attachment 13305 [details]
Don't let the event that opened the popup close it; fix another suggestion popup bug

r=me
Comment 4 Sam Weinig 2007-02-22 07:57:29 PST
Landed in r19790.