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
@camlloyd Thanks for the report. I noticed a similar behavior, which is why I made that commit you linked in the first place. Sorry to hear my workaround didn't fix the problem on your system.
I cannot troubleshoot this problem directly because I cannot reproduce on my system (also macOS Mojave 10.14.4 with script-editor 0.5.1). Would you be able to look for a workaround? Just add some print statements to that same part of the code to see what's going on with the X,Y position. And add some guards around the edge case that is hitting you on your system. You can hack on the script-editor code by following the directions on the Source code page.
@ctrueden Just a quick update: Indeed it seems your issue is similar, but not the same as mine - If I remove your bugfix, this weird behaviour you describe occurs without fail. My issue appears to be more sporadic, sometimes requiring 3 cycles of the above steps in my example to reproduce.
I usually run a multiple monitor setup with a window manager such as Magnet or AppGrid, and suspected one of these might be the culprit - but the example I gave above was with no external display attached and no window manager app running.
Just a thought, what resolution are you running at? Is your bugfix hardcoded for your display?
I have a 15" Retina MBP - 2880 x 1800 at 220PPI (Looks like 1440 x 900).
Do you have Automatically hide and show the Dock enabled?
The Script Editor minimises into the bottom left corner of the screen. To reproduce:
Running
macOS Mojave 10.14.4
andscript-editor-0.5.1
I think this is related to the workaround in commit 9a52e0b?
The text was updated successfully, but these errors were encountered: