Bug 23845

Summary: editing/deleting/backward-deletion.html fails on Tiger
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix darin: review+

Alexey Proskuryakov
Reported 2009-02-09 05:41:03 PST
This happens because character break iterator works differently in ICU 3.2. Patch forthcoming.
Attachments
proposed fix (1.79 KB, patch)
2009-02-09 05:44 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2009-02-09 05:44:48 PST
Created attachment 27482 [details] proposed fix
Darin Adler
Comment 2 2009-02-09 09:45:34 PST
Comment on attachment 27482 [details] proposed fix The idiom in WebCore is #ifdef BUILDING_ON_TIGER. Please change to that. Normally we'd defined named constants for characters in CharacterNames.h rather than using hex numbers directly. r=me
Alexey Proskuryakov
Comment 3 2009-02-09 10:36:27 PST
Committed revision 40783.
Note You need to log in before you can comment on or make changes to this bug.