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 block getUserMedia on the user typing in URL bar #934

Closed
jan-ivar opened this issue Feb 28, 2023 · 1 comment
Closed

Don't block getUserMedia on the user typing in URL bar #934

jan-ivar opened this issue Feb 28, 2023 · 1 comment
Assignees

Comments

@jan-ivar
Copy link
Member

getUserMedia success currently blocks on "has system focus", which is known to be false if the user is typing in the URL bar.

whatwg/html#8466 adds a new concept to solve this, and this issue tracks using it instead once merged.

@jan-ivar
Copy link
Member Author

Fixed by whatwg/html#8466.

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