Bug 15181 - text-transform: uppercase not working in input (submit, reset, button) elements
Summary: text-transform: uppercase not working in input (submit, reset, button) elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Major
Assignee: Nobody
URL: http://tedlee.net/webkit/webkit_bug_t...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2007-09-11 12:34 PDT by Theodore Lee
Modified: 2007-10-14 04:54 PDT (History)
4 users (show)

See Also:


Attachments
Use RenderTextFragment for buttons' inner text (39.54 KB, patch)
2007-09-12 01:07 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Theodore Lee 2007-09-11 12:34:46 PDT
Using the CSS attribute "text-transform: uppercase" in styling an input element (submit, reset, button) doesn't work. Works on Ff and IE.
Comment 1 Mark Rowe (bdash) 2007-09-11 12:47:14 PDT
Confirmed in TOT.  It works correctly in the text field and text area.
Comment 2 Mark Rowe (bdash) 2007-09-11 12:48:12 PDT
<rdar://problem/5474647>
Comment 3 mitz 2007-09-12 01:07:34 PDT
Created attachment 16262 [details]
Use RenderTextFragment for buttons' inner text

No layout test regressions.
Comment 4 mitz 2007-09-12 01:13:00 PDT
Filed bug 15187 on the same problem with <select>s.
Comment 5 Darin Adler 2007-09-12 13:09:30 PDT
Comment on attachment 16262 [details]
Use RenderTextFragment for buttons' inner text

r=me
Comment 6 Mark Rowe (bdash) 2007-10-14 04:54:04 PDT
Landed in r26587.