question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] v-tabs still buggy with named routes

See original GitHub issue

Versions and Environment

Vuetify: 1.0.0 Vue: 2.5.13 Browsers: Chrome 64.0.3282.140 OS: Windows 7

Steps to reproduce

Create a v-tabs component, set v-model and assign tabs to named routes with the to prop. See codepen for example. Click on the different tabs a few times and see how the indicator is sometimes out-of-sync.

Expected Behavior

Tabs slider to move as tabs are clicked and always to show under the active tab.

Actual Behavior

Slider does not always move. Also, in my project the slider does not show at all on initial load, but I am not able to replicate this in the codepen.

Reproduction Link

https://codepen.io/anon/pen/paryej

Other comments

The tabs__item--active tabs__item class is applied to the correct tab, but the slider does not always move. When the bug appears, the v-model does not reflect the route path but rather the tab index (it seems).

This issue has been present since 1.0.0-beta6, but is supposed to be fixed in 1.0.0 (see #3203). It seems it was fixed only when the route is specified using path, but not when using named routes.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
cayanercommented, Feb 14, 2018

the same here …

0reactions
dominikkaegicommented, Apr 11, 2019

Has this ever been fixed? I’m on "vuetify": "^1.5.5" and it seems to still persists. If I add an string as a route everything works fine. If I add a named route it loads the correct component and route, but the animation and the active tab are buggy. The animation does not show up and the active tab underlying is under the wrong tab.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The new TABS update seems really buggy : r/AccurateBattleSim
[unconfirmed] After modifying unit data in the game files, I go to the faction list and find every faction empty. All the factions...
Read more >
225266 - Please add a "Don't load tabs until selected" feature ...
Example URL: Steps to reproduce the problem: 1. Open Chromium. 2. Watch your system suffocate to death trying to open the many tabs...
Read more >
Recent Changes and Bug Fixes on Ride with GPS.
We aren't perfect, so here is a list of improvements and bug fixes. ... Edit the name of your route in-place by double...
Read more >
Those little annoyances in Monterey 12.0.1
Tired of the oldest Universal Bug in Finder Column Widths? ... macOS sometimes did strange things with routing taps from my Apple trackpad....
Read more >
How to Write A Good Bug Report? Tips and Tricks
Bug reporting is an important aspect of Software Testing. Effective Bug reports communicate well with the development team to avoid confusion or ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found