Skip to content
  • hyatt's avatar
    Make the news ticker on livepage.apple.com scroll properly. · 0810ec43
    hyatt authored
    	It still doesn't clip though.  Fixing this involved correctly
    	dirtying the render tree when dynamic DOM changes occurred
    	(this was a bug in KHTML's DOM), as well as providing an
    	implementation of the MSIE offsetWidth extension that took
    	inlines into account (KHTML's impl was always returning a width
    	of 0 for inlines).
    
            * khtml/ecma/kjs_dom.cpp:
            (DOMNode::getValueProperty):
            * khtml/rendering/render_flow.cpp:
            (RenderFlow::offsetWidth):
            (RenderFlow::offsetHeight):
            * khtml/rendering/render_flow.h:
            * khtml/rendering/render_object.h:
            * khtml/xml/dom_nodeimpl.cpp:
            (NodeBaseImpl::insertBefore):
            (NodeBaseImpl::replaceChild):
            (NodeBaseImpl::appendChild):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1803 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0810ec43