-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Vue - Tabs - 5.9.2 - Double click on TabButton breaks tabs-routing #24353
Comments
@liamdebeasi this issue seems quite critical to me again. |
Thanks for the issue. This has been resolved via #24355, and a fix will be available in an upcoming release of Ionic Framework. |
@liamdebeasi thanks for fixing that fast! Locally, another issue occurs that might also be resolved with this fix. Do you have a dev build available which I could use to test this out? |
Sure! Here is the dev build. Note that this is an Ionic 5 dev build, though the fix will be available in both Ionic 5 and Ionic 6:
|
This has been released in Ionic 6.0.1 and Ionic 5.9.3. Ionic 5 users can use the
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
Current Behavior
When double clicking a Tab, routing to other Tabs when pressing their TabButton is not working anymore. See:
Screen.Recording.2021-12-09.at.08.32.03.mov
Expected Behavior
Expected to be routed to the Tab when pressing on the Tab2-TabButton (Step 4).
Steps to Reproduce
Reprocution code is simply a Tabs starter project generated with:
and changed these two lines in the package.json to:
Code Reproduction URL
https://github.com/Predarion/ionic-vue-tabs-double-tab-bug
Ionic Info
[WARN] Error loading @capacitor/ios package.json: Error: Cannot find module '@capacitor/ios/package'
[WARN] Error loading @capacitor/android package.json: Error: Cannot find module '@capacitor/android/package'
Ionic:
Ionic CLI : 6.18.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/vue 5.9.2
Capacitor:
Capacitor CLI : 3.3.3
@capacitor/android : not installed
@capacitor/core : 3.3.3
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 1.5.0
System:
NodeJS : v16.13.0 (/usr/local/bin/node)
npm : 8.1.0
OS : macOS Big Sur
Additional Information
This bug might be introduced with the changes from
as this behavior does not occur with version 5.9.1, but does occur with version 5.9.2 and the dev build of aboves issue:
The text was updated successfully, but these errors were encountered: