Bug 139459

Summary: Kotoeri conversion sometimes decides only first character automatically in Safari 7.1 or 6.2
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=137719
Attachments:
Description Flags
proposed fix enrica: review+, ap: commit-queue-

Description Alexey Proskuryakov 2014-12-09 14:20:17 PST
Steps to reproduce:

1. Make sure that http://www.yahoo.co.jp is in your history.
2. Switch to Kotoeri.
3. Open a new window with http://www.yahoo.co.jp from history menu.
4. Type "ka"

Results: "k" is Roman.


Alternative steps to reproduce:
1. Switch to Kotoeri.
2. Load http://www.yahoo.co.jp.
3. When the search field is already visible, but does not appear focused yet, press "k".

Results: "k" is not underlined.

rdar://problem/19017432
rdar://problem/19036869
Comment 1 Alexey Proskuryakov 2014-12-09 14:25:00 PST
Created attachment 242964 [details]
proposed fix
Comment 2 Enrica Casucci 2014-12-09 14:27:44 PST
Comment on attachment 242964 [details]
proposed fix

View in context: https://bugs.webkit.org/attachment.cgi?id=242964&action=review

Looks good to me. Please change the  title in ChangeLog before landing.

> Source/WebKit2/ChangeLog:3
> +        Kotoeri conversion sometimes decides only first character automatically in Safari 7.1 or 6.2

Not sure this clear.
Comment 3 Alexey Proskuryakov 2014-12-09 14:39:09 PST
Committed <http://trac.webkit.org/r177040>.