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
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
As discovered by @Tbaut, on Windows OS, when you drag the Fether window below the bottom of the screen, each time you do it the Fether window height decreases!
We found that the cause was because the the 'resize' event listener in setupWinListeners does run on Windows 10 (incorrectly thought it didn't) in addition to the hook in setupWin32Listeners that runs also on Windows 10 (but it runs on both moved and resize events instead of just resize).
added by Thibaut:
Another way to reproduce:
* click several times on the taskbar icon, so that is shows and hide Fether. Notice how the windows shrinks.