• Sammie Quon's avatar
    applist: Do not handle events on the window during overview. · 93e02afb
    Sammie Quon authored
    The app list view already skips events during overview, but this is not
    enough because the app list window still consumes the tap event, and
    then gets activating, exiting overview. Its ok now as we'd want to exit
    overview anyways, but we're introducing side scrolling soon, so we need
    the tap down event to not exit overview.
    
    SearchBox view now does not need to check if we are in overview anymore,
    since searchbox widget is a child of AppList window.
    
    Test: manual
    Bug: 991040
    Change-Id: Ice13a42eff72a5897fb4ba44cb56152aee57e479
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737823Reviewed-by: default avatarAlex Newcomer <newcomer@chromium.org>
    Commit-Queue: Sammie Quon <sammiequon@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#684402}
    93e02afb
overview_grid_pre_event_handler.cc 2.53 KB