Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hidden window captures clicks #125

Closed
travs opened this issue Feb 6, 2019 · 3 comments
Closed

Hidden window captures clicks #125

travs opened this issue Feb 6, 2019 · 3 comments
Milestone

Comments

@travs
Copy link

travs commented Feb 6, 2019

OS: Linux (arch)
WM: i3

When I hide the Frame window, it looks like it goes away, but I can't click anything underneath where the window was.
For example, with a browser open, the right side of the browser does not receive clicks until I exit Frame, but the left side of the browser works fine.

Not experienced with electron, but may be related to this, and fixable by using this, or making the window's alwaysOnTop parameter false instead of true as it is now.

@floating
Copy link
Owner

floating commented Feb 6, 2019

Strange. The windows should only capture clicks until the hide animation is finished and then remove itself entirely.

I will look into this, thanks for creating the issue!

@floating
Copy link
Owner

@travs Working on a fix for this as part of some updates on the reveal branch. If you can test running that branch and report back I'd be interested to know if it solves the issue.

@travs
Copy link
Author

travs commented Feb 13, 2019

@floating It works! 👍 Thank you!

@floating floating mentioned this issue Feb 13, 2019
@floating floating added this to the v0.1.2 milestone Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants