AutomationManagerAura::HandleEvent sends events on the root object by default
Sending an event requires an AXAuraObjWrapper, not an actual view, so dispatch events on current_tree_->GetRoot() by default. This fixes a crash in ChromeVox's mouse following where events are fired when there is no active window (as when all windows are minimized). Change-Id: I513d9b0547a5b31a7cf26a57648846c10bd86866 Reviewed-on: https://chromium-review.googlesource.com/c/1294517 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by:David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#602030}
Showing
Please register or sign in to comment