Bug 43803

Summary: Only the last Korean character can be shown if font style is enabled while typing
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: TextAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
proposed fix darin: review+

Description Alexey Proskuryakov 2010-08-10 11:54:05 PDT
Steps to reproduce:

In a contenteditable div,

1. Input any character to the message body, then enable 2-Set Hangul input method.
2. In Mail, go to menu Format > Style > Bold / Italic / Underline (also you can press 'Command + B', 'Command + I' or 'Command + U').
3. Type any Korean characters (e.g. "한글(gksrmf)" ) after the characters (typed in Step 1), check the results.

<rdar://problem/6988023>
Comment 1 Alexey Proskuryakov 2010-08-10 11:57:35 PDT
Created attachment 64036 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2010-08-10 23:21:59 PDT
Committed <http://trac.webkit.org/changeset/65127>.