Bug 33753

Summary: Inconsistancy with default input type
Product: [Applications] konqueror Reporter: jeff
Component: khtmlAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description jeff 2001-10-16 02:51:56 UTC
(*** 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)
Comment 1 Dirk Mueller 2002-10-18 13:33:55 UTC
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