Bug 33181

Summary: The first letter is not removed properly from inline input hole
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: HTML EditingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
proposed fix darin: review+

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>.