jQWidgets
jQWidgets copied to clipboard
jqxScheduler - editDialogOpen 'dialog' variable reference
Describe the bug The first time the editDialogOpen callback is executed the dialog variable correctly references the _editDialog. After that, each time the function gets executed the dialog variable has got a value of undefined.
To Reproduce Steps to reproduce the behaviour:
- Go to https://codepen.io/svetoslavb04/pen/GRxbPoR
- Open the browser's console and clear it
- Double-click on a date in the scheduler and see the correct reference
- Double-click again and see that the logged value is undefined.