telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 39 forks source link

[Bug][DropDownTree] DropDonwsPopupSettings onOpen and onClose not firing #2375

Open WissamProgress opened 4 months ago

WissamProgress commented 4 months ago

I'm submitting a...

Current behavior

The onOpen and onClose events are not triggered when setting them as follows:

 popupSettings={{
        onOpen: () => {
          console.log('onOpen'); // This event never fires
        },
        onClose: () => {
          console.log('onClose'); // This event never fires
        },
      }}

Expected behavior

The onOpen and onClose events from the DropDownsPopupSettings work.

Minimal reproduction of the problem with instructions

Set the onOpen and onClose events to the popupSettings prop:

https://stackblitz.com/edit/react-buunfp-qn5h1e?file=app%2Fapp.tsx

Reported in Ticket ID: 1658251

vveesseelliinnaa commented 6 days ago

Reported again in Ticket ID: 1669551