-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
Support auto-hiding taskbar #4
Comments
Good find. I didn't do any testing with auto-hiding taskbar. I'll see what I can do. |
Bumping this fix! |
@jacksongoode I've actually spent hours working on this a few days ago but really can't make it work. I found a way to fix this but it causes other problems that prevent me from releasing the fix. See #167. Really need some help here. |
the search box need to be raised to not be hidden behind the taskbar and the task bar must stay opened |
The window positioning has been fixed in #434. For the taskbar staying open it's not that easy as I mentioned before. I think a good compromise would be to force the user to use the search icon rather than the embedded search box whenever the taskbar is set to auto-hide. |
With taskbar hiding enabled, clicking somewhere on the taskbar keep it from hiding. This is normal behaviour.
But clicking inside searchbox doesn't trigger this behaviour and taskbar hides while typing (if cursor is moved away).
Clicking on the taskbar to hold it then clicking inside the searchbox also release the taskbar.
The text was updated successfully, but these errors were encountered: