Skip to content

window.isVisible() always returns true #40

Description

@arejaycola

Bug description
Calling window.isVisible() returns true for every process that is running. Claims that every window is visible.

To Reproduce
windowManager.getWindows().forEach((window) => { if (window.isVisible()) { console.log(window.path); } });

Expected behavior
Should only return true if window is visible.

Screenshots

image

Details:

  • Operating System: Windows 10
  • node-window-manager version: 2.0.1
  • Last known working node-window-manager version:

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions