Completed
Last Updated: 01 Aug 2025 12:14 by ADMIN
Release 2025 Q3 (Aug)
Mike
Created on: 31 Jul 2025 07:07
Category: Window
Type: Bug Report
3
TransitionEnd event from a child element causes the Window to re-render.

Any transitioned event from a child element, like a radio button or button with a CSS transition, bubbles up to the TelerikWindow, triggers StateHasChanged on the window, which causes a re-render and leads to OnParametersSet being called.

Reproduction example: https://blazorrepl.telerik.com/wzEhnvOL011iIhls25.
To reproduce the issue:

  1. Open the Window
  2. Hover the Submit button or...
  3. Hover the arrow buttons of the NumericTextBox or..
  4. Select a new RadioGroup value

The NumericTextBox value is the OnParameterSet counter.

0 comments