-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix menu alignment #1264
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
Fix menu alignment #1264
Conversation
|
The fix doesn't work well with navigation on menu through keyboard. |
|
All my keyboard tests show it working fine. What case was not working? |
|
Latest fix should correct the keyboard cycle behavior |
|
Does this account for a menu that is would be cut off so it would be right aligned? Typically in this would affect the last few menu items. |
|
It doesn't seem like it would. @IbraheemOsama, @skendrot, could this be fixed? |
|
Will include the fix on the hover PR :) Thanks |
|
I did a bit of exploring and I came up with this: #1284 Seems to work on my machines (CU+), but haven't test it on other devices/earlier builds. I'm ok with holding this of for next release where we can test it out a bit more |


Show the menu directly below the button and align the left edges
Fixes #1258 and #1259