[Webkit-unassigned] [Bug 31563] New: After CSS text-transformer=uppercase transform "=?UTF-8?Q?=C3=9F?=" to "SS", it leaves caret in the middle of "SS"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 14:21:46 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31563

           Summary: After CSS text-transformer=uppercase transform "ß" to
                    "SS", it leaves caret in the middle of "SS"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vivianz at chromium.org
                CC: jshin at chromium.org


Created an attachment (id=43323)
 --> (https://bugs.webkit.org/attachment.cgi?id=43323)
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|"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list