Bug 15702

Summary: REGRESSION(r26919-r26961): the last character in inline hole is deleted incorrectly
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: justin.garcia
Priority: P1 Keywords: Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
test case for platform/mac/editing/input none

Description Alexey Proskuryakov 2007-10-25 22:45:48 PDT
Steps to reproduce:
1. Type any single character with Kotoeri.
2. Press backspace.

Results: The character is selected instead of being deleted.

I think that this is a pretty recent regression.
Comment 1 Alexey Proskuryakov 2007-10-25 23:00:25 PDT
Created attachment 16872 [details]
test case for platform/mac/editing/input

I'm not sure if this test actually works, but it should hopefully be close.
Comment 2 Justin Garcia 2007-10-26 11:52:02 PDT
Backspace works in TOT, I think I broke this and then fixed it in r27009.
Comment 3 Alexey Proskuryakov 2007-10-26 12:13:51 PDT
Sorry - I was indeed using an old build.

However, there is another problem with the same steps to reproduce, filed bug 15714.