Skip to content
  • adele's avatar
    LayoutTests: · f1837a2a
    adele authored
            Reviewed by Anders.
    
            Test for http://bugs.webkit.org/show_bug.cgi?id=9581
            REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
    
            * fast/forms/textarea-no-scroll-on-blur-expected.txt: Added.
            * fast/forms/textarea-no-scroll-on-blur.html: Added.
    
    WebCore:
    
            Reviewed by Anders.
    
            - Fix for http://bugs.webkit.org/show_bug.cgi?id=9581
            REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
    
            Test: fast/forms/textarea-no-scroll-on-blur.html
    
            * rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::forwardEvent):
              On blur, only scroll back to the start for text fields.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@17560 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f1837a2a