Changeset 85371 in webkit


Ignore:
Timestamp:
Apr 29, 2011 5:00:06 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-29 Jia Pu <jpu@apple.com>

Reviewed by Sam Weinig.

[Mac] Scrolling WK2 window should dismiss autocorrection panel.
https://bugs.webkit.org/show_bug.cgi?id=59809
<rdar://problem/9317410>

  • UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::pageDidScroll): Dimiss autocorrection panel in this function.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r85368 r85371  
     12011-04-29  Jia Pu  <jpu@apple.com>
     2
     3        Reviewed by Sam Weinig.
     4
     5        [Mac] Scrolling WK2 window should dismiss autocorrection panel.
     6        https://bugs.webkit.org/show_bug.cgi?id=59809
     7        <rdar://problem/9317410>
     8
     9        * UIProcess/WebPageProxy.cpp:
     10        (WebKit::WebPageProxy::pageDidScroll): Dimiss autocorrection panel in this function.
     11
    1122011-04-29  Alexey Proskuryakov  <ap@apple.com>
    213
  • trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp

    r85356 r85371  
    20722072{
    20732073    m_uiClient.pageDidScroll(this);
     2074#if PLATFORM(MAC) && !defined(BUILDING_ON_SNOW_LEOPARD)
     2075    dismissCorrectionPanel(ReasonForDismissingCorrectionPanelIgnored);
     2076#endif
    20742077}
    20752078
Note: See TracChangeset for help on using the changeset viewer.