We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.12.2
lib/utils/drag.ts references TouchEvent, which is not defined in Firefox (134.0.2) on Desktop without a touch device connected.
lib/utils/drag.ts
TouchEvent
I am using Umbraco 15.1.2 and this means dragging the focus setter on the image crops does not work.
Works fine in Chrome.
Open Firefox and type TouchEvent in the console? 😆
Try using the Umbraco Focus Setter tool in Firefox - you will not be able to drag the pin around the image
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
1.12.2
Bug summary
lib/utils/drag.ts
referencesTouchEvent
, which is not defined in Firefox (134.0.2) on Desktop without a touch device connected.Specifics
I am using Umbraco 15.1.2 and this means dragging the focus setter on the image crops does not work.
Works fine in Chrome.
Steps to reproduce
Open Firefox and type
TouchEvent
in the console? 😆Try using the Umbraco Focus Setter tool in Firefox - you will not be able to drag the pin around the image
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: