After CSS text-transformer=uppercase transform "ß" to "SS", it leaves caret in the middle of "SS"
https://bugs.webkit.org/show_bug.cgi?id=31563
Summary After CSS text-transformer=uppercase transform "ß" to "SS", it leaves caret i...
vivianz
Reported 2009-11-16 14:21:45 PST
Created attachment 43323 [details] reduced testcase Build: WebKit 532.4 OS: WindowsXP sp2 Other Browsers: Firefox3.0.7: OK IE8: OK Chrome 4.0.237.0 (Official Build 31086): Fail Safari4.0 : Fail Steps: 1. launch Chrome 2. load the attached testcase and focus cursor in the input field 3. switch on German keyboard 4. press "-" ( in german keyboard this is "ß") Result: the SS show in input field with caret "|" appear in middle like "S|S" ("SS" is correct since "ß" has no uppercase in Germany) Expect result: the caret should appear at the end like this "SS|"
Attachments
reduced testcase (505 bytes, text/html)
2009-11-16 14:21 PST, vivianz
no flags
screenshot (39.14 KB, image/png)
2009-11-16 14:22 PST, vivianz
no flags
vivianz
Comment 1 2009-11-16 14:22:41 PST
Created attachment 43324 [details] screenshot
Darin Adler
Comment 2 2009-11-16 16:08:56 PST
This is an editing issue. The actual rendering is fine, but the selection and caret code, which is part of editing, is not.
mitz
Comment 3 2009-11-16 16:14:39 PST
See also bug 8855.
Ryosuke Niwa
Comment 4 2011-07-08 13:40:31 PDT
Also see the bug 64136.
Note You need to log in before you can comment on or make changes to this bug.