Bug 30094 - reset button doesn't work for select
Summary: reset button doesn't work for select
Status: CLOSED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-31 23:48 UTC by Daniel Naber
Modified: 2006-08-31 11:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Naber 2001-07-31 23:44:10 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khtml
Version:           KDE 2.2.0 CVS/CVSup/Snapshot
Severity:          normal
Installed from:    Compiled sources
Compiler:          Not Specified
OS:                Not Specified
OS/Compiler notes: Not Specified

The reset button in this test case doesn't work. I added debug output and it seems that HTMLSelectElementImpl::reset() is never called.

<form>
<select size="3">
<option>foo
<option>foo bar
<option selected>foo 2
</select>
<input type="reset">
</form>


(Submitted via bugs.kde.org)
Comment 1 Dirk Mueller 2001-09-13 20:49:03 UTC
Moin daniel.naber!

fixed.

daniel.naber@t-online.de schrieb am Dienstag den 31. Juli 2001:

> Package: khtml
> Version: KDE 2.2.0 CVS/CVSup/Snapshot
> Severity: normal
> Installed from:    Compiled sources
> Compiler:          Not Specified
> OS:                Not Specified
> OS/Compiler notes: Not Specified
> 
> The reset button in this test case doesn't work. I added debug output and it seems that HTMLSelectElementImpl::reset() is never called.
> 
> <form>
> <select size="3">
> <option>foo
> <option>foo bar
> <option selected>foo 2
> </select>
> <input type="reset">
> </form>
> 
> 
> (Submitted via bugs.kde.org)
> 
> _______________________________________________
> Konq-bugs mailing list
> Konq-bugs@master.kde.org
> http://master.kde.org/mailman/listinfo/konq-bugs
Dirk
Comment 2 José JORGE 2006-08-31 11:59:55 UTC
I have this bug back in KDE 3.5.4 as of Debian Unstable