Bug 23845 - editing/deleting/backward-deletion.html fails on Tiger
Summary: editing/deleting/backward-deletion.html fails on Tiger
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 05:41 PST by Alexey Proskuryakov
Modified: 2009-02-09 10:36 PST (History)
0 users

See Also:


Attachments
proposed fix (1.79 KB, patch)
2009-02-09 05:44 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 2009-02-09 05:41:03 PST
This happens because character break iterator works differently in ICU 3.2. Patch forthcoming.
Comment 1 Alexey Proskuryakov 2009-02-09 05:44:48 PST
Created attachment 27482 [details]
proposed fix
Comment 2 Darin Adler 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
Comment 3 Alexey Proskuryakov 2009-02-09 10:36:27 PST
Committed revision 40783.