Skip to content
  • hyatt's avatar
    Meant to land this ages ago. Make radio buttons work dynamically · fc93977b
    hyatt authored
    	when name and type change (make them pick up the correct new
    	group).
    
    	Also fix a bug in the tokenizer where trailing spaces/newlines at
    	the end of a document were getting lost.  Messed up .innerHTML
    	on DHTML sites.
    
            Reviewed by darin
    
            * khtml/css/html4.css:
            * khtml/html/html_formimpl.cpp:
            (DOM::HTMLFormElementImpl::radioButtonChecked):
            (DOM::HTMLGenericFormElementImpl::name):
            (DOM::HTMLInputElementImpl::name):
            (DOM::HTMLInputElementImpl::setInputType):
            (DOM::HTMLInputElementImpl::parseMappedAttribute):
            (DOM::HTMLInputElementImpl::attach):
            (DOM::HTMLInputElementImpl::preDispatchEventHandler):
            (DOM::HTMLInputElementImpl::postDispatchEventHandler):
            (DOM::HTMLIsIndexElementImpl::HTMLIsIndexElementImpl):
            * khtml/html/html_formimpl.h:
            * khtml/html/htmltokenizer.cpp:
            (khtml::HTMLTokenizer::finish):
            * khtml/xml/dom_nodeimpl.cpp:
            (DOM::NodeImpl::dispatchGenericEvent):
            * khtml/xml/dom_nodeimpl.h:
            (DOM::NodeImpl::preDispatchEventHandler):
            (DOM::NodeImpl::postDispatchEventHandler):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10579 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    fc93977b