Skip to content
  • bweinstein@apple.com's avatar
    2009-08-12 Brian Weinstein <bweinstein@apple.com> · 8bfcdaaa
    bweinstein@apple.com authored
            Reviewed Adam Roben.
    
            Fix of <rdar://6728361> Mouse wheel scrolling on a page with expanded drop down
            list detaches drop down.
    
            Added a check in mouseWheel to see if our focus is currently in a popup, if so, close
            the popup (matches other browser behavior).
    
            * WebView.cpp:
            (WebView::mouseWheel):
    
    2009-08-12  Brian Weinstein  <bweinstein@apple.com>
    
            Reviewed by Adam Roben.
    
            Fix of <rdar://6728361> Mouse wheel scrolling on a page with expanded drop down
            list detaches drop down.
    
            Added a function for Windows PopupMenu's to return their class name.
    
             * platform/PopupMenu.h:
             * platform/win/PopupMenuWin.cpp:
             (WebCore::PopupMenu::popupClassName):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@47160 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8bfcdaaa