mit-cml / workspace-multiselect

A Blockly plugin that allows you to drag, select and manipulate multiple blocks in the workspace.
https://hollowman6.github.io/workspace-multiselect/multi-workspace
11 stars 12 forks source link

Fix the behavior of the application when shifting the mouse focus from an element that has a textarea #31

Closed bbrudastyy closed 7 months ago

bbrudastyy commented 9 months ago

Hi, when you shift the mouse focus from elements with textarea, the ability to print in the block disappears. The code that has the error is in the multiselect file

image
HollowMan6 commented 8 months ago

This can be closed as #32 is now merged.

cc: @ewpatton @bbrudastyy

xXBuilderBXx commented 7 months ago

This still seems to be happening when the mouse cursor is outside of the textarea it loses the ability to type anything in it.

HollowMan6 commented 7 months ago

@xXBuilderBXx The exception for textarea has already been added in: https://github.com/mit-cml/workspace-multiselect/pull/32/files#diff-35d1cc186954ac5abd5c842f9f470117a13383a3c83bbaccff0c82795da657f7R56 Are you now using the latest version (0.1.11)? If yes, could you please provide more information so that we can make more exceptions? (what's the node name of the element?)

xXBuilderBXx commented 7 months ago

This is working now, thought i had updated it properly on my end.