diff --git a/deploy/index.html b/deploy/index.html new file mode 100644 index 000000000000..829bf0284419 --- /dev/null +++ b/deploy/index.html @@ -0,0 +1,126 @@ + + + + T1330691 - Scheduler Popup Animation Debug + + + + + + + + +

T1330691 - Scheduler Popup Animation Debug

+
+ Steps: Double-click empty slot (animation shows) → close → click same slot again (no animation). +
Check the debug log below for fx.animate / fx.stop calls and CSS transform values. +
+
+ +
+
+
+ + + + diff --git a/packages/devextreme/js/__internal/ui/overlay/overlay.ts b/packages/devextreme/js/__internal/ui/overlay/overlay.ts index d60cb6fdb01e..7dee4c01cddf 100644 --- a/packages/devextreme/js/__internal/ui/overlay/overlay.ts +++ b/packages/devextreme/js/__internal/ui/overlay/overlay.ts @@ -447,10 +447,6 @@ class Overlay< } _documentDownHandler(e: DxEvent): boolean { - if (this._showAnimationProcessing) { - this._stopAnimation(); - } - const { target } = e; const $target = $(target);