-
Notifications
You must be signed in to change notification settings - Fork 640
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
Bitmap field editor freezes after one click on mobile devices #2463
Comments
@cpcallen Any ideas about this one? So far, we've spent a bunch of hours looking into potential fixes, but nothing has seemed to help. It seems like the problem stems from handling mouse events only, but even switching to pointer events everything is still locked up. |
@cpcallen As an update, I managed to get this fixed for us here: code-dot-org/code-dot-org#61709 In order to fix this in the plugin, I think we can consider three steps:
These changes are explained in greater detail. at the PR linked above. However, you'll note that I had to add these changes to |
Hey, @btw17: are you able to have a look at this? |
Hey @cpcallen - potentially in a few weeks. About to be OOO. If this can wait, I can add it to my TODO list. |
This seems to affect all touch devices (reproducible on Chromebook with a touchscreen). |
fix: #2463 update event handling for field-bitmap to support touch
Check for duplicates
Component
field-bitmap
Description
Our users have reported that the bitmap field editor stops working after one click on iPad. We have repro'ed on iPhone and also in the macOS Simulator of an iPad.
Reproduction steps
Stack trace
Screenshots
No response
The text was updated successfully, but these errors were encountered: