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

Dynamic created dock demo..bug ?

1 Answer 25 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Thor
Top achievements
Rank 1
Thor asked on 24 Aug 2010, 11:03 AM
Hi,

I was trying out this dynamic created dock demo -> http://demos.telerik.com/aspnet-ajax/dock/examples/dynamicdocks/defaultcs.aspx

I created two docks and moved one of the them few times between the columns.  The suddenly the two become three and the page crashes.  I have tried this in IE8, Chrome and Firefox.  bug ?

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 26 Aug 2010, 01:47 PM
Hello Thor,

We are aware of this problem on our online demo. It is a result of an Ajax conflict caused by quickly dragging one or more docks. When a dock is moved an ajax request is initiated to update the dock state on the server. If the dock is dragged very quickly multiple ajax requests are initiated and this causes a problem.

To fix the issue in your application an AjaxLoadingPanel should be displayed while the ajax call is executing, to make sure the user does not initiate a second request, as shown in the following Code Library article.

We will update the demo as soon as we can.

Kind regards,
Pero
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Dock
Asked by
Thor
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or