Bug 43803 - Only the last Korean character can be shown if font style is enabled while typing
Summary: Only the last Korean character can be shown if font style is enabled while ty...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-08-10 11:54 PDT by Alexey Proskuryakov
Modified: 2010-08-10 23:21 PDT (History)
0 users

See Also:


Attachments
proposed fix (4.75 KB, patch)
2010-08-10 11:57 PDT, Alexey Proskuryakov
darin: 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 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>.