-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Menu positioning not correct on different taskbar positions on Windows #232
Comments
Agreed, reproduced. Since I think changing taskbar position is not a frequent operation, I consider this issue a lower-priority. If anyone wants to work on this, feel free to open a PR! |
Hello It's not perfect but this was wat I did put in place
|
Should be helpful for the following issues max-mapper#264 max-mapper#232
Referring to the issue max-mapper#232
* Improve 'windows' OS detection of taskbar location Should be helpful for the following issues #264 #232 * Update windows position before windows displaying Referring to the issue #232 * Improve 'windows' OS detection of taskbar location (fix multi-monitor systems) * Fix lint issues * Removed win32 vertical optimization Trying to solve issue: #298 Co-authored-by: Oleg Semenov <oleg.semenov@theyr.com>
@thomasdarde does that work for both left positioned taskbars and the normal bottom position? If so, is this something we could incorporate into the library? |
it does, feel free to reuse this code |
@thomasdarde would you perhaps be able to open a PR? This was the most recently merged one for Windows placement https://github.com/maxogden/menubar/pull/307/files. Perhaps you could use that as reference for where to put in your solution? |
sorry it's a long time since I did update this code and I'm quite busy now |
* Improve 'windows' OS detection of taskbar location Should be helpful for the following issues max-mapper/menubar#264 max-mapper/menubar#232 * Update windows position before windows displaying Referring to the issue max-mapper/menubar#232 * Improve 'windows' OS detection of taskbar location (fix multi-monitor systems) * Fix lint issues * Removed win32 vertical optimization Trying to solve issue: max-mapper/menubar#298 Co-authored-by: Oleg Semenov <oleg.semenov@theyr.com>
Description
Positioning of menu window is incorrect on Windows when you change taskbar position.
Steps to Reproduce the Problem
Expected Behaviour
Actual Behaviour
top
left
right
Specifications
The text was updated successfully, but these errors were encountered: