This is a migrated thread and some comments may be shown as answers.

Little bug in Menu.destroy()

1 Answer 41 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jaap
Top achievements
Rank 2
Jaap asked on 05 Dec 2012, 09:59 AM
Hello,

In the latest release the destroy methods are added to all widgets which is nice. But in the Menu widget there is a little bug.
There is $(document).unbind(that._documentClickHandler); called, but this is missing the event name. It must be: $(document).unbind('click', that._documentClickHandler);
This is a problem when you use openOnClick is true.

Regards, Jaap

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 07 Dec 2012, 08:07 AM
Hello Jaap,

 
Thank you for reporting this bug. It was addressed and the fix will be available in the next internal build. I have updated your Telerik points.

Kind regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Menu
Asked by
Jaap
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Share this question
or