10 Answers, 1 is accepted
0
Thanks for letting us know. It has been fixed, and your Telerik points have been updated. I'm attaching an updated kendo.all.js
Greetings,
Alex Gyoshev
the Telerik team
Greetings,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Jason
Top achievements
Rank 1
answered on 11 Sep 2012, 08:55 PM
I am seeing this broken page problem with the current MVC extensions version of the KendoUI. I have static content on the left side of a splitter, and an iframed content on the right that is loaded via
splitter.ajaxRequest("#report-pane", url);
If I click on the splitter, it causes the overlay to show and never disappear. If I click and hold, and then drag, the behavior is as expected. It appears the problem is if I don't move the mouse after clicking. After moving the mouse even 1px, the splitter turns green, and then when I release the mouse button the overlay disappears.
Any thoughts if this can be addressed?
Thanks!
splitter.ajaxRequest("#report-pane", url);
If I click on the splitter, it causes the overlay to show and never disappear. If I click and hold, and then drag, the behavior is as expected. It appears the problem is if I don't move the mouse after clicking. After moving the mouse even 1px, the splitter turns green, and then when I release the mouse button the overlay disappears.
Any thoughts if this can be addressed?
Thanks!
0

Oscar
Top achievements
Rank 1
answered on 13 Sep 2012, 09:42 AM
I'm having the problem too with latest internal build.
I have two panes, only one is collapsible.
When I resize the pane the overlay shows, and indeed it disappears when it fires the mouseup event. However, when I click on the arrow to completely collapse it the overlay shows and stays there without even collapsing the pane.
0
We could not reproduce the problem in the following jsBin. Please elaborate.
Regards,
Alex Gyoshev
the Telerik team
Regards,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Jason
Top achievements
Rank 1
answered on 28 Sep 2012, 06:04 PM
Alex,
Please find a sample project outlining the issue. If you click on the splitter bar, but don't drag (click and release), the overlay is shown and never disappears.
Thanks for your consideration!
Please find a sample project outlining the issue. If you click on the splitter bar, but don't drag (click and release), the overlay is shown and never disappears.
Thanks for your consideration!
0
Hello Jason,
The issue is fixed in the service pack release, which is available for customers with a subscription.
Kind regards,Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Michael
Top achievements
Rank 1
answered on 02 Oct 2012, 02:21 PM
I am using the latest service pack and still getting this permanent overlay behavior in IE8.
0
Hello Michael,
Make sure that you have included the CSS files from the new release, and that they are not cached. If the problem persists, please send us a sample solution that shows the problem.
Kind regards,Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Michael
Top achievements
Rank 1
answered on 03 Oct 2012, 01:55 PM
Alex,
Thank you! That was it. I had copied the new js files, but forgot about the css files.
Thank you! That was it. I had copied the new js files, but forgot about the css files.
0

Lee
Top achievements
Rank 1
answered on 08 Jan 2013, 03:03 PM
Thank you for this timely fix!