Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fire dblclick on disabled form control elements #42976

Merged
merged 1 commit into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. Don't fire dblclick on disabled form control elements

    As discussed here, we should apply the event blocking behavior for
    disabled form controls to dblclick in addition to click, mouseup, and
    mousedown:
    whatwg/html#2368 (comment)
    
    Change-Id: Ibc52585ce0704d8ba8467efc3462bd378d23fbae
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5007308
    Commit-Queue: Joey Arhar <jarhar@chromium.org>
    Reviewed-by: Mason Freed <masonf@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1225838}
    josepharhar authored and chromium-wpt-export-bot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    81de9c0 View commit details
    Browse the repository at this point in the history