You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The phenomena occurs only at startup and the first box that is selected. After being moved this behavior is not seen again. It does not apply to all boxes, seems to apply to Python boxes.
Test case:
Actions:
Open Field
Click Python box
Click with mouse pointer on another part of the Field window
Results:
Box is moved to the position of the mouse pointer
The text was updated successfully, but these errors were encountered:
I think what's happening here is that the first click on Python box is expensive (that's when all the classes for Jython are loaded). Click and drag over that and it looks like the box isn't moving (because everything is paused waiting for Jython) and then the box jumps somewhere random with the mouse-up. I'll try booting Jython in a background thread on launch.
The phenomena occurs only at startup and the first box that is selected. After being moved this behavior is not seen again. It does not apply to all boxes, seems to apply to Python boxes.
Test case:
Actions:
Results:
The text was updated successfully, but these errors were encountered: