Bug 33181 - The first letter is not removed properly from inline input hole
Summary: The first letter is not removed properly from inline input hole
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-01-04 15:08 PST by Alexey Proskuryakov
Modified: 2010-01-04 15:51 PST (History)
1 user (show)

See Also:


Attachments
proposed fix (1.37 KB, patch)
2010-01-04 15:12 PST, 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-01-04 15:08:51 PST
One needs to press Backspace twice to delete the last character from inline input hole in Windows Safari.

Steps to reproduce:
1. Enable and select Korean input method.
2. Type "gks" for 한. 
3. Press Backspace 3 times.

Expected results: 한' is divided into 3 syllables, so it should be removed after pressing Delete key 3 times. But now the last consonant, 'ㅎ' still remains. 

I could reproduce the same issue with Chinese Simplified IM.

<rdar://problem/5781451>
Comment 1 Alexey Proskuryakov 2010-01-04 15:12:09 PST
Created attachment 45836 [details]
proposed fix
Comment 2 WebKit Review Bot 2010-01-04 15:15:33 PST
style-queue ran check-webkit-style on attachment 45836 [details] without any errors.
Comment 3 Alexey Proskuryakov 2010-01-04 15:51:48 PST
Committed <http://trac.webkit.org/changeset/52767>.