It would be great if you could run that version without the tweak. The tweak causes that window is not draggable via Finder’s Toolbar background, status bar background and similar areas.
Gentlemen, please set this in your Terminals and report back:
I’ve run into this issue now on the current version. i recorded my screen to help facilitate showing you my situation in a better way than i can describe it with words.
I hope the .gif speaks for itself. i’m not very good at articulating
@wilmos I was unable to reproduce it under my 10.9.3 with latest beta.
Yes, I was relying on the fact that my object always receives mouseUp events. In some edge cases this is not the case so I had to do it by monitoring app’s feed of events and react on mouseup events there.
I believe this solution is finally robust. Let me know if you spot any other issues.