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

Minimizing floating window causes window to become inaccessible macOS #5

Closed
brantwedel opened this issue Jun 25, 2017 · 5 comments
Closed

Comments

@brantwedel
Copy link

brantwedel commented Jun 25, 2017

When minimizing/hiding a "Float On Top" hyper window on macOS, restoring that hyper window causes window to hide indefinitely becoming be inaccessible.

Steps to reproduce:

  1. Hide floating window on macOS
  2. Attempt to restore floating window

0zfutrjjll

Active hyper plugins:

config: {
  plugins: [
    'hyperterm-tab-icons',
    'hyperterm-alternatescroll',
    'hyperterm-summon',
    'hyperterm-cursor',
    'hyper-blink',
    'hyperborder',
    'hypercwd',
    'hypertitle',
    'hyperterm-title',
    'hyperterm-float',
    'hyperterm-tab-numbers',
    'hyper-always-on-top',
    'hyperterm-one-light'
  ]
}

Note: Just tested with the following config with same results:

config: {
  plugins: [
    'hyper-always-on-top'
  ]
}

Unchecking "Float on top" before hiding window is a workaround, so maybe a solution would be to detect when window is deactivated and deactivate floating.

@brantwedel brantwedel changed the title Minimizing on top window causes window to become inaccessible Minimizing on top window causes window to become inaccessible macOS Jun 25, 2017
@brantwedel brantwedel changed the title Minimizing on top window causes window to become inaccessible macOS Minimizing floating window causes window to become inaccessible macOS Jun 25, 2017
@chabou
Copy link
Owner

chabou commented Jun 25, 2017

Thank you for your documented feedback!
Maybe an electron issue but yes, we could certainly add a workaround.

@chabou
Copy link
Owner

chabou commented Jun 25, 2017

Electron issue confirmed electron/electron#9170

@chabou
Copy link
Owner

chabou commented Jun 25, 2017

Will be fixed by electron/electron#9695

@brantwedel
Copy link
Author

I though that might be the case, I'm working on a workaround in the meantime.

@chabou
Copy link
Owner

chabou commented Mar 28, 2018

It should have been fixed.

@chabou chabou closed this as completed Mar 28, 2018
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