Bug 149366 - css text-transform not applying to text input form fields
Summary: css text-transform not applying to text input form fields
Status: RESOLVED DUPLICATE of bug 76122
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: 4.8.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 04:11 UTC by Chris Seufert
Modified: 2012-06-08 18:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Simple testcase (256 bytes, text/html)
2008-05-08 13:02 UTC, Konrad Rzepecki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Seufert 2007-08-30 04:11:19 UTC
Version:           3.5.7 (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-4 (lenny/sid))
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.21-1-amd64

the following css does nothing to html form field text input boxes

input {text-transform:lowercase; }

the expected behaviour, is that when uppercase characters are entered they appear as lowercase characters
Comment 1 Konrad Rzepecki 2008-05-08 13:02:52 UTC
Created attachment 24669 [details]
Simple testcase

This bug is still present in 3.5.9.

I've add simple testcase to demonstrate it.
Comment 2 Andrea Iacovitti 2012-05-01 15:58:15 UTC
Confirmed in khtml version 4.8.3
Comment 3 Andrea Iacovitti 2012-06-08 18:21:30 UTC

*** This bug has been marked as a duplicate of bug 76122 ***