Bug 33753 - Inconsistancy with default input type
Summary: Inconsistancy with default input type
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (other bugs)
Version First Reported In: 3.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-16 03:03 UTC by jeff
Modified: 2002-10-18 13:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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