Bug 149366

Summary: css text-transform not applying to text input form fields
Product: [Applications] konqueror Reporter: Chris Seufert <seufert>
Component: khtml formsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: aiacovitti
Priority: NOR    
Version: 4.8.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Simple testcase

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