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

Tab selection not registered during tab transition #111

Closed
Navil opened this issue Oct 9, 2020 · 1 comment
Closed

Tab selection not registered during tab transition #111

Navil opened this issue Oct 9, 2020 · 1 comment
Labels
bug Something isn't working working on it Some work is to be done

Comments

@Navil
Copy link

Navil commented Oct 9, 2020

Problem
When tabs are selected too fast (e.g. selecting a tab while another animation is in progress), the new selection is not registered.
The problem also exists when using the demo, but not when using default Flutter tabs.

Example
The issue is shown in following GIF:
screen-capture

Result
As a result, the NavigationBar shows the wrong Tab to the current page.

@avenwu avenwu added the bug Something isn't working label Oct 10, 2020
@avenwu
Copy link
Contributor

avenwu commented Oct 10, 2020

@Navil Issue confirmed. The state of current page was not updated while click fast. Update to 2.5.1+1 should fix this bug.

@avenwu avenwu added the working on it Some work is to be done label Oct 10, 2020
@avenwu avenwu closed this as completed in 2057974 Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working working on it Some work is to be done
Projects
None yet
Development

No branches or pull requests

2 participants