-
Notifications
You must be signed in to change notification settings - Fork 4
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
Element.setCapture is deprecated #204
Comments
This issue is related to the following issue. |
See AlaskaAirlines/auro-formkit#148 for further information on why this issue may be occurring. |
This issue will still remain in refinement until a fix is completed or deemed unnecessary. |
Please reference this comment about next steps |
StackOverflow article with possible solutions https://stackoverflow.com/questions/37810642/replacement-for-element-setcapture-in-chrome |
Validate this is not something we do any more but it doesn't reproduce in Firefox currently. |
Element.setCapture is deprecated
This seems to break things in Firefox (on mac, not sure about elsewhere).
To Reproduce
Steps to reproduce the behavior:
![image](https://user-images.githubusercontent.com/1747006/195455928-5a38a004-6d74-436c-9097-03cdb104cc6d.png)
1. Attempt to focus on any one of the demo inputs. The element will not be focused and the following will be displayed in the console:Expected behavior
No deprecation warning, the input is successfully focused.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: