-
Notifications
You must be signed in to change notification settings - Fork 704
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
NavigationView: settings button not using fluent #942
Comments
@kikisaints, I remember that the lack of reveal highlight on the back and settings buttons was a deliberate design decision. Should we keep that design or re-evaluate? @chigy, what's your take on this design? |
Based on the guidelines for reveal, I'm pretty sure it should have reveal in top nav. @kikisaints, what about in left nav? |
I'm curious why the Setup button appears to lag in positioning when a window is being resized. Aesthetically, I would expect to see it locked in position like all the other buttons. It's not a good look as is. |
Is this something one can work on? Or is there still discussion whether the back and the settings button should have the reveal affect applied? |
I would like to know the rationale for why the Navigation Items, but not the buttons, should have Reveal? It seems like a mis-step, like with the removal of Acrylic on the NavigationView pane, and the move away from extending into the TitleBar (made sense when Sets was coming, but now its gone, the guidance should change back) |
@mdtauk I agree that this is sort of incosistent behaviour. |
@chingucoding I think it was an oversight and so I would accept a contribution for this change. The settings button has reveal in left-mode and I think it's just a bug that it doesn't in top mode. |
@jevansaks Thank you for the clarification! |
🎉This issue was addressed in #1236, which has now been successfully released as Handy links: |
🎉This issue was addressed in #1236, which has now been successfully released as Handy links: |
Describe the bug
The settings and the back buttons from NavigationView are not using the default fluent effects as the other buttons (background reveal, lights...) that we can add to the
PaneFooter
/PaneHeader
. This is breaking the visual experience if we add some items in the pane footer/header.Steps to reproduce the bug
Expected behavior
Settings and back buttons have the same rendering as the
PaneFooter
buttons using the fluent effects.For consistency, we should see the same effect in all the buttons.
Screenshots
Footer
NavigationViewItem
with mouse hoverSettings button with mouse hover
Back button with mouse hover
Version Info
NuGet package version:
Microsoft.UI.Xaml 2.1.190606001
Microsoft.UI.Xaml 2.2.190611001-prerelease
The text was updated successfully, but these errors were encountered: