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

YaruTitleBar: consider active by default #482

Merged
merged 3 commits into from Jan 11, 2023
Merged

YaruTitleBar: consider active by default #482

merged 3 commits into from Jan 11, 2023

Conversation

jpnurmi
Copy link
Member

@jpnurmi jpnurmi commented Jan 10, 2023

Instead of requiring an explicit isActive: true, check that it's not explicitly false. In other words, consider null active, too. This helps to render dialogs correctly when they become visible. It might take a noticeable amount of time to fetch the information over the platform channel.

Instead of requiring an explicit `isActive: true`, check that it's not
explicitly `false`. In other words, consider `null` active, too. This
helps to render dialogs correctly when they become visible. It might
take a noticeable amount of time to fetch the information over the
platform channel.
@jpnurmi
Copy link
Member Author

jpnurmi commented Jan 11, 2023

The issue is barely visible in this screencast. Look at the close button very closely when navigating forward. It turns disabled for a moment.

Screencast.from.2023-01-10.17-52-52.webm

Copy link
Member

@Feichtmeier Feichtmeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2023-01-11.14-38-16.mp4

Looks like it's fixed if the main navigation and the nested naviation in the example are enough to prove?

@Feichtmeier
Copy link
Member

oh, you have forgotten the goldens 🏅 😄 @jpnurmi

@jpnurmi
Copy link
Member Author

jpnurmi commented Jan 11, 2023

@Feichtmeier Feichtmeier merged commit 9504cdc into ubuntu:main Jan 11, 2023
This was referenced Jan 11, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants