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

Input Exclusion (lastInputTimestamp and hadRecentInput) should include certain interactions with Browser UI. #110

Open
mmocny opened this issue Oct 12, 2021 · 1 comment

Comments

@mmocny
Copy link

mmocny commented Oct 12, 2021

Today, Input Exclusion states that Excluding inputs generally include mousedown, keydown, pointerdown, and change events

This "generally" opens up some flexibility, however, we may want to put in a note to specifically call out some situations in particular, when the user interacts with the Browser UI in ways that affect the Renderer:

  • Use of back/forward buttons, which it causes a same-document navigation
  • When user changes zoom settings which re-layout the page
  • When user changes language/translation settings which replaces text content causing layout
  • When user taps a system notification (which fires an event which change the page)

There may be more. All of these are in the same spirit of the original intention behind exclusion windows: the accompanying layout shifts are decidedly not unexpected.

@mmocny
Copy link
Author

mmocny commented Oct 18, 2021

A few more:

  • Viewport Resize
  • "Find in Page" feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant