smastrom / vue-collapsed

🏋️‍♂️ CSS height transition from any to auto and vice versa for Vue and Nuxt. Accordion ready.
https://vue-collapsed.pages.dev
MIT License
123 stars 8 forks source link

[BUG] Sometimes it stays in mode "expanding" #20

Closed Matoseb closed 7 months ago

Matoseb commented 7 months ago

On some occasion, seamingly random, the Collapse stays in "expanding" mode. This prevents the event expanded to trigger and makes the data-collapse value stay as "expanding".

smastrom commented 7 months ago

Hi @Matoseb, I'm sorry to hear that. However, the issue sounds too generic and there isn't much I can do without a reproduction. Please provide one and I'll be happy to investigate and fix.

IGezekia commented 3 months ago

To replicate try to interact with child element during expanding mode. In my case i have dropdown menu inside collapse container and if i click dropdown while collapse component still expanding I get the bug.