[Webkit-unassigned] [Bug 29130] New: Pasted text in text input field using text-transform of container?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 10:41:25 PDT 2009


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

           Summary: Pasted text in text input field using text-transform
                    of container?
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://products.kitsapsun.com/safari.test.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P4
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: blewis at kitsapsun.com


When:
container has text-transform: uppercase;
  input[type=text] has text-transform: none or no text-transform specified;
(May also apply to textareas)

I've only tested this with a DOCTYPE of HTML 4.

The URL entered on this bug report should work as a test case.

----
Typing text into the input field works as expected, with uppercase and
lower-case text being entered.  However, if you paste text into the input
field, the text is entered in all capital letters.  I've done this in Mac OSX
10.4 with Safari 3.04, 4.03, and the latest nightly that I downloaded just 15
minutes ago.  

If you wrap the input element with another container (say, a div or span) with
text-transform: none applied; pasted text works as expected: it's not changed
to all capital letters.

Sorry if this is a duplicate, I couldn't find any other bug reports with the
keywords I had used.

-- 
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