-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mouse cursor is not functioning properly in nested Vizy field. #267
Comments
I believe this is a known issue with Tiptap and that fact that the Vizy block node has
But that's not an option, as it would disable dragging Vizy blocks to re-order. Will raise with Tiptap. Related to ueberdosis/tiptap#1133 |
Hi @engram-design |
It’s both, the cursor issue is due to the Tiptap component being draggable. still looking into options to address it. |
Hi @engram-design The problem with the mouse typing cursor in the inner field did not arise in Craft 4.5.6.1; it exclusively occurred in Craft version 4.5.9. Nevertheless, the mouse select issue happened in both versions. |
Changing the draggable option from true to false won't do anything, unless you're re-building all the JS for the field. I'm also not suggesting to do this, as this would render Vizy blocks to be unable to be reordered. Both mouse issues are related from my testing, and I'm seeing it in Craft 4.5.6.1 and earlier. |
Okay, so after running 4.5.6.1 properly, I can see one issue is fixed and the other isn't, so looks like two separate issues! Looks like this was caused by the |
Fixed for the next release. To get this early, run |
I appreciate your prompt resolution; thank you for the fix @engram-design |
Fixed in 2.1.13 |
Describe the bug
Recenty i have upgraded craft cms version from 4.5.6.1 to 4.5.9, i noticed that mouse selection is not working properly when using fields inside a Vizy field and also when i double click outside of the field, the text cursor not showing in vizy field
Ref video: https://github.com/verbb/vizy/assets/148037067/86332d29-2491-419d-a8d9-251b2874aa83
Steps to reproduce
Craft CMS version
4.5.9
Plugin version
2.1.11 and also 2.1.12
The text was updated successfully, but these errors were encountered: