If a user clicks a location nearby but not directly over the split bar (a little above/below, for example), holds down the Left Mouse Button and drags the cursor across & past the split bar, the split bar may move some, but not like it does when it is working correctly. However, under these conditions the registered objects to be resized or moved will NOT be adjusted.
The problem appears to be caused by the MouseMove event script invoking the of_mousemove object function when the Left Mouse Button is down, but it should do this only when the user has clicked while the cursor is over the split bar object.
If a user clicks a location nearby but not directly over the split bar (a little above/below, for example), holds down the Left Mouse Button and drags the cursor across & past the split bar, the split bar may move some, but not like it does when it is working correctly. However, under these conditions the registered objects to be resized or moved will NOT be adjusted.
The problem appears to be caused by the MouseMove event script invoking the of_mousemove object function when the Left Mouse Button is down, but it should do this only when the user has clicked while the cursor is over the split bar object.