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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Double navigation bar #336

Closed
phorcys420 opened this issue May 14, 2022 · 3 comments 路 Fixed by #425
Closed

馃悰 Double navigation bar #336

phorcys420 opened this issue May 14, 2022 · 3 comments 路 Fixed by #425
Assignees
Labels
bug Something isn't working

Comments

@phorcys420
Copy link
Contributor

Describe the bug
Another empty navigation bar appears after expanding and downsizing the window

To Reproduce
Steps to reproduce the behavior:

  1. Enlarge the window
  2. Shrink the window
  3. Click on the navigation button

Expected behavior
Only one navigation bar appears

Screenshots

2022-05-14.23-01-17.mp4
@bdlukaa bdlukaa added the bug Something isn't working label May 14, 2022
@bdlukaa
Copy link
Owner

bdlukaa commented May 21, 2022

Weird! I can not reproduce this on the example app. Can you post some reproducible code here?

@phorcys420
Copy link
Contributor Author

phorcys420 commented May 22, 2022

Weird! I can not reproduce this on the example app. Can you post some reproducible code here?

It happens in my "Foreplay" app, but I couldn't manage to make reproducible code.. I thought it was due to me changing the size but I'm not sure anymore. (If you wanna do a quick test, I sat up actions just for this <3)

Also, I've noticed that it's kind of random and sometimes the navigation bar is double and sometimes it isn't.

2022-05-22.17-14-57.mp4

@bdlukaa
Copy link
Owner

bdlukaa commented Jul 15, 2022

Looks like an issue with NavigationPaneSize. I can now reproduce with

size: const NavigationPaneSize(
          openMinWidth: 110,
          openMaxWidth: 110,
        ),

@bdlukaa bdlukaa self-assigned this Jul 15, 2022
@bdlukaa bdlukaa mentioned this issue Jul 15, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants