-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
🐛 TabView - shortcutsEnabled is not working #93
Comments
Related to #15 ? |
I couldn't make shortcuts working, that's why I didn't close it. |
Waiting to have this in stable: flutter/flutter#93693 And after that, add a |
i add textfiled to bodies, when textfiled input get focus,shortcut is worker,when loss focus, shortcut not is worker |
@WinXaito How can we know if this issue is included in latest 3.0.x version of Flutter? Maybe we can fix this now here. |
Seems to be different in 3.1.0: https://github.com/flutter/flutter/blob/3.1.0/packages/flutter/lib/src/widgets/shortcuts.dart#L1033-L1042 so I think there was another pull request behind it. So maybe that fixes the problem? (this PR was the last change: flutter/flutter#100167) |
Shortcuts are working on TabViews |
Describe the bug
I'm not able to enable TabView shortcuts using
shortcutsEnabled: true
. I've tested both on Chrome and MacOS native.To Reproduce
Steps to reproduce the behavior:
shortcutsEnabled: true
Expected behavior
As documented, the shortcuts lets the user navigate through the tabs.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: