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 has been 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.
The text was updated successfully, but these errors were encountered:
ltfschoen
changed the title
Fether window height decreases on Windows 10
Fether window height decreases each time dragged to bottom of screen on Windows 10
Feb 22, 2019
Noted by @Tbaut that this only happens when the Fether window isn't "frameless"
That's a misunderstanding, I was talking about the window on Windows that is 446px instead of 515px as asked. #436
Tbaut
changed the title
Fether window height decreases each time dragged to bottom of screen on Windows 10
[Windows] Fether window height decreases each time it's shown/hidden
Feb 22, 2019
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.
The text was updated successfully, but these errors were encountered: