Bug 76408 - REGRESSION: r102553 Autocorrection bubble doesn't show up
Summary: REGRESSION: r102553 Autocorrection bubble doesn't show up
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-01-16 16:29 PST by Enrica Casucci
Modified: 2012-01-16 17:13 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2012-01-16 16:44 PST, Enrica Casucci
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrica Casucci 2012-01-16 16:29:06 PST
Typing a correctable word and pausing before hitting space seems to bring up red underline dots rather than showing a bubble.
Hitting space and back space doesn't bring up the correction bubble either.
The regression has been introduced with http://trac.webkit.org/changeset/102553.
Comment 1 Enrica Casucci 2012-01-16 16:29:34 PST
<rdar://problem/10679706>
Comment 2 Enrica Casucci 2012-01-16 16:44:50 PST
Created attachment 122692 [details]
Patch
Comment 3 Darin Adler 2012-01-16 16:55:37 PST
Comment on attachment 122692 [details]
Patch

Is there a way we can add a regression test for this?
Comment 4 Enrica Casucci 2012-01-16 17:03:57 PST
(In reply to comment #3)
> (From update of attachment 122692 [details])
> Is there a way we can add a regression test for this?

With what we have today the answer is no.
We need support from AppKit to know if the bubble is visible or not, and possibly its position.
Comment 5 Enrica Casucci 2012-01-16 17:13:26 PST
Committed revision 105111.