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

[Bug Report][3.7.1] Treeview load-children not working when expanding using arrow icon after upgrading #20460

Open
kensington133 opened this issue Sep 11, 2024 · 0 comments
Labels
C: VTreeview VTreeview labs T: bug Functionality that does not work as intended/expected

Comments

@kensington133
Copy link

Environment

Vuetify Version: 3.7.1
Last working version: 3.6.15
Vue Version: 3.5.4
Browsers: Firefox 130.0
OS: Mac OS 10.15

Steps to reproduce

The example is taken directly from the load-children section of the Vuetify Docs

  1. Click on the arrow icon to expand/open a node
  2. The icon updates to show that it expanded, but the loading state isn't shown and the children are not loaded

(Note that clicking the item does work, it's only on the arrow icon where it fails to load the children)

Expected Behavior

The loading state is shown, then the children are loaded and displayed correctly

Actual Behavior

No loading state is shown, the arrow changes to show that it is open but no children are shown

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

I previously raised this issue here #20450 but wasn't 100% clear with my reproduction steps as I didn't realise it worked when clicking on the item itself but was broken when clicking on the arrow icon

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VTreeview VTreeview labs labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTreeview VTreeview labs T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants