Skip to content
  • darin@apple.com's avatar
    WebCore: · 8f7bd3b3
    darin@apple.com authored
    2008-06-08  Tony Chang  <idealisms@gmail.com>
    
            Reviewed by Eric Seidel.
    
            - fix https://bugs.webkit.org/show_bug.cgi?id=18167
              there should be no text-drag delay on any platform except for Mac
    
            Move the drag text delay value into the platform specific files.
    
            Test: editing/selection/drag-text-delay.html
    
            * page/EventHandler.cpp:
            * page/EventHandler.h:
            * page/gtk/EventHandlerGtk.cpp:
            * page/mac/EventHandlerMac.mm:
            * page/qt/EventHandlerQt.cpp:
            * page/win/EventHandlerWin.cpp:
            * page/wx/EventHandlerWx.cpp:
    
    LayoutTests:
    
    2008-06-08  Tony Chang  <idealisms@gmail.com>
    
            Reviewed by Eric Seidel.
    
            - test for https://bugs.webkit.org/show_bug.cgi?id=18167
              there should be no text-drag delay on any platform except for Mac
            
            Also updated two tests which depend on the drag text delay to be greater
            than 0 by making them no longer select text before the mouse down.
    
            * editing/selection/drag-text-delay-expected.txt: Added.
            * editing/selection/drag-text-delay.html: Added.
            * platform/mac/editing/selection/drag-text-delay-expected.txt: Added.
    
            * fast/events/autoscroll.html:
            * fast/forms/input-readonly-autoscroll.html:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34449 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8f7bd3b3