[Webkit-unassigned] [Bug 38640] [Chromium] Suggestion popup is not closed when view is scrolled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 08:56:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38640





--- Comment #11 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-05-17 08:56:11 PST ---
(From update of attachment 56182)
> Index: src/ChromeClientImpl.cpp
...
>  void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
>  {
> +    if (m_webView->client())
> +        m_webView->hidePopups();

why do you need to null check client before calling hidePopups?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list