kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][DropDownList] No Slide-up animation for the adaptive view (regression)

Open kdikov82 opened this issue 1 year ago • 1 comments

I'm submitting a...

  • Regression report

Current behavior

Only the slide-down animation on closing the adaptive view works. The slide-up animation on opening the adaptive view is missing.

Expected behavior

Opening and closing the adaptive view should have animation (was working with version 7.0.1

Minimal reproduction of the problem with instructions

Make the view small so the adaptive view can be shown: https://stackblitz.com/edit/react-yyamyx-kn7u79?file=app%2Fmain.jsx

Environment

Package versions: 7.1.0

kdikov82 avatar Feb 06 '24 06:02 kdikov82

The issue seems to be caused by an Animation issue with "react-transition-group": "^4.4.5" rather than a regression in our code - https://stackblitz.com/edit/react-kjf4vh?file=app%2Fmain.jsx

zdravkov avatar Feb 08 '24 08:02 zdravkov

Hey, @kdikov82. We've tried to replicate the issue in this Vite-based runnable example - vite-react-dropdownlist-animation.zip but with no success.

The reported behavior seems to be related to StackBlitz specifics or something else that we currently cannot reproduce. If you or someone else manages to replicate the issue with the animation in the linked example, please share with us more details and we will furhter investigate the case.

PekoPPT avatar Apr 17 '24 11:04 PekoPPT