-
Notifications
You must be signed in to change notification settings - Fork 0
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 #117
Comments
The deprecated method is validated. See resources |
This bugs seems like it is coming from Firefox Browser's Touch Simulation. The error pictured above only occurs in the Firefox browser and our code does not contain Our team can further investigate whether this problem is coming from our node-modules or somewhere else. |
This issue requires more investigation. From @jordanjones243 response, there is nothing in 'our' code that is causing this issue outright, e.g. we are not personally using this function. That being said, we are not eliminating the fact that this is somehow part of our code or it's dependencies. It is unknown at this time. Adding the |
Element.setCapture is deprecated
This seems to break things in Firefox (on mac, not sure about elsewhere).
To Reproduce
Steps to reproduce the behavior:
1. Attempt to click on any one of the demo selects. The element will not be focused, but the menu will open, and the following will be displayed in the console:
1. Attempt to select one of the items. The item is not selected and the following is displayed in the console:
Expected behavior
No deprecation warning, the select is successfully focused, and choosing an item selects it successfully.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: