WICG / interventions

A place for browsers and web developers to collaborate on user agent interventions.
Other
177 stars 28 forks source link

Ignore clicks on iframes that have moved in the last 200 ms #19

Closed alijuma closed 2 years ago

alijuma commented 8 years ago

Unintended clicks on recently-moved elements are a frustrating but common problem.

To address this, Chrome is considering ignoring clicks on cross-origin iframes when the location of the click would not have been within the bounds of the iframe for all draws that happened within the last 200 ms.

More background can be found here.

szager-chromium commented 5 years ago

I would like to revive this proposal, with a few tweaks explained in this updated doc

johannhof commented 2 years ago

(As noted in https://github.com/WICG/interventions/pull/72, we intend to archive this repository and are thus triaging and resolving all open issues)

Following up in https://github.com/whatwg/html/issues/8012