(*** This bug was imported into bugs.kde.org ***) Package: khtml Version: 3.0 (using KDE 2.2.1 ) Severity: normal Installed from: compiled sources Compiler: gcc version 2.95.3 20010315 (release) OS: Linux (i686) release 2.4.10 OS/Compiler notes: The following html produces two difference sized text boxes when displayed in khtml despite being the property size being the same. The difference between these two tags is the first one defaults to textbox when the second is set to a textbox by settings the type property. -Jeff <HTML> <input name="usne" size="22" maxlength="32" value=""><BR> <input name="usne" type="text" size="22" maxlength="32" value=""><BR> </HTML> (Submitted via bugs.kde.org) (Called from KBugReport dialog)
Subject: kdelibs/khtml CVS commit by mueller: make the right font apply even when there is no type=text attribute. CCMAIL: 33753-done@bugs.kde.org M +0 -8 css/html4.css 1.102 M +3 -1 html/html_formimpl.cpp 1.295