-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VTreeviewT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we broke
Milestone
Description
Environment
Vuetify Version: 3.9.0
Last working version: 3.8.12
Vue Version: 3.5.17
Browsers: Firefox 140.0
OS: Linux x86_64
Steps to reproduce
- Click on the expand icon for "Applications"
- Click on "WebStorm"
Expected Behavior
- Only the "WebStorm" item is displayed as activated
- The
activated
ref only contains the ID 4
Actual Behavior
- Both "Applications" and "Webstorm" are displayed as activated
- The
activated
ref only contains the ID 4
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Even more issues related to activatable VTreeviews seem to exist.
For example, the documentation of open-on-click
states that "when using this prop with activatable you will be unable to mark nodes with children as active." However, this does no longer seem to be true.
smellyshoveljakubmatisak
Metadata
Metadata
Assignees
Labels
C: VTreeviewT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we broke