Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
This repository was archived by the owner on May 24, 2022. It is now read-only.

[Windows] Fether window height decreases each time it's shown/hidden #442

@ltfschoen

Description

@ltfschoen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions