So a minor issue i run into while using easel. If I have a window open, say an app window and i click and release the mouse outside the app window, the window closes as expected.
One of the issues i run into is when I am selecting text in a text box and I happen to release the mouse button outside the app window. If I do this, then it closes. By this point I may have been tweaking the app parameters for a while, so this is quite annoying.
I would expect the app window, or any popup window, to only close if i explicitly click and release outside of the app window.
Here is what i expect for these cases:
Mouse-Down -> Outside App Window
Mouse-Up -> Outside App Window
Result -> Close App Window
Mouse-Down -> Inside App Window
Mouse-Up -> Outside App Window
Result -> Keep App Window Open
Mouse-Down -> Outside App Window
Mouse-Up -> Inside App Window
Result -> Keep App Window Open
Anyone else annoyed by this?