• Jeonghee Ahn's avatar
    [SpatNav] Trigger fake mouse hover after focus. · d297b61f
    Jeonghee Ahn authored
    After the hover event, some element may change shape or even disappeared.
    Current implementation trigger hover first and the focus is moved.
    If the target element disappeared due to a hover event, SpatNav does not
    finish completely.
    Then the focus dose not move at all, but the target element get hover
    status.
    
    Events of hover are incidental, so moving focus should be first.
    This patch change the order of event occurrence.
    
    Bug: 1021426
    Change-Id: Id20bda8ab94c97d4eeef6526cf5954effce7e78b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897403Reviewed-by: default avatarFredrik Söderquist <fs@opera.com>
    Commit-Queue: Jeonghee Ahn <jeonghee27.ahn@lge.com>
    Cr-Commit-Position: refs/heads/master@{#713389}
    d297b61f
snav-disappear-after-hover.html 546 Bytes