Bug 12804

Summary: REGRESSION (r19043-r19063): suggestion popup doesn't work after pressing Option+Esc
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: adele, KwhiteRight, mitz
Priority: P1 Keywords: Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Don't let the event that opened the popup close it; fix another suggestion popup bug mjs: review+

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.