Patch for HTMLInputElementImpl::reset()

David Faure faure at kde.org
Mon Oct 25 11:47:51 CEST 2004


On Monday 25 October 2004 01:13, David Hyatt wrote:
> Our current code for that method looks like this....
> 
> void HTMLInputElementImpl::reset()
> {
>   if (storesValueSeparateFromAttribute())
>         setValue(DOMString());
>   ...
> }

And how is storesValueSeparateFromAttribute() defined and set? 
Wasn't this exactly what m_value.isNull() meant?
I wonder what the "..." says :) Any chance I can get the full file? :)

Also, do you have a testcase for 
<rdar://problem/3575385>: (multiple radio buttons checked when arriving at sites (poll at www.1170kfaq.com, many others)
?
Either the website changed, or I don't see how to reproduce the problem.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Khtml-devel mailing list