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

🐛 Use NavigationView in the page, click the tab to expand and shrink the page will exit #732

Closed
think-of-xiao opened this issue Feb 10, 2023 · 2 comments

Comments

@think-of-xiao
Copy link

Describe the bug

You can use it in the new page, and click the page again after clicking the tab to expand it will automatically exit. why is that?

The code in the usage example is as follows:
NavigationView( appBar: const NavigationAppBar( title: Text('NavigationView'), ), pane: NavigationPane( selected: topIndex, onChanged: (index) => setState(() => topIndex = index), displayMode: displayMode, items: [ PaneItem( icon: const Icon(FluentIcons.home), title: const Text('Home'), body: BodyItem(), ), PaneItem( icon: const Icon(FluentIcons.issue_tracking), title: const Text('Track an order'), infoBadge: const InfoBadge(source: Text('8')), body: BodyItem(), ), PaneItemExpander( icon: const Icon(FluentIcons.account_management), title: const Text('Account'), body: BodyItem(), items: [ PaneItem( icon: const Icon(FluentIcons.mail), title: const Text('Mail'), body: BodyItem(), ), PaneItem( icon: const Icon(FluentIcons.calendar), title: const Text('Calendar'), body: BodyItem(), ), ], ), ], ), )

@think-of-xiao think-of-xiao changed the title 🐛 🐛 Use NavigationView in the page, click the tab to expand and shrink the page will exit Feb 10, 2023
@h3x4d3c1m4l
Copy link
Contributor

Hi! What version are you using? This should have been fixed by 4.3.0 actually.

@bdlukaa
Copy link
Owner

bdlukaa commented Feb 12, 2023

#707

@bdlukaa bdlukaa closed this as completed Mar 3, 2023
Repository owner locked as resolved and limited conversation to collaborators Mar 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants