Hi,
I can't drag RadDock with Chrome if the scrollbar is not at top.
For example :
I go to :
http://demos.telerik.com/aspnet-ajax/dock/examples/zoneorientation/defaultcs.aspx
I scroll to the middle of the page.
Then the drag do not work.
If I go back to the top of the page, the drag worked fine.
Everything worked fine with IE10.
Thanks,
I can't drag RadDock with Chrome if the scrollbar is not at top.
For example :
I go to :
http://demos.telerik.com/aspnet-ajax/dock/examples/zoneorientation/defaultcs.aspx
I scroll to the middle of the page.
Then the drag do not work.
If I go back to the top of the page, the drag worked fine.
Everything worked fine with IE10.
Thanks,
4 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 14 Jan 2014, 04:33 AM
Hi NICOLAS,
Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end.
ASPX:
Please provide your code if it doesn't help.
Thanks,
Shinu.
Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end.
ASPX:
<
telerik:RadDockZone
ID
=
"RadDockZone1"
runat
=
"server"
Orientation
=
"Vertical"
Width
=
"320px"
MinHeight
=
"125px"
>
<
telerik:RadDock
ID
=
"RadDock1"
runat
=
"server"
Text
=
"RadDock1"
>
</
telerik:RadDock
>
<
telerik:RadDock
ID
=
"RadDock2"
runat
=
"server"
Text
=
"RadDock2"
>
</
telerik:RadDock
>
</
telerik:RadDockZone
>
Please provide your code if it doesn't help.
Thanks,
Shinu.
0

NICOLAS
Top achievements
Rank 1
answered on 14 Jan 2014, 12:46 PM
Hi,
Please see the video to see the problem.
Video : http://gauthiersolutions.com/raddock-small.avi
Please see the video to see the problem.
Video : http://gauthiersolutions.com/raddock-small.avi
Thanks,
0

NICOLAS
Top achievements
Rank 1
answered on 17 Jan 2014, 09:30 PM
Hi,
Someone else has the same problem?
This seems to be a very big problem!
This problem occurs only with Chrome.
http://demos.telerik.com/aspnet-ajax/dock/examples/zoneorientation/defaultcs.aspx
0
Hi Nicolas,
This behavior stems from a change in Chrome 32 that affects the scrollTop JavaScript property. Please check the following blog post for more information on the matter:
http://blogs.telerik.com/blogs/14-01-17/chrome-updated-scrollTop
We have already prepared a fix that handles this scenario. It will be available in the upcoming service pack, scheduled for the end of January.
Regards,
Slav
Telerik
This behavior stems from a change in Chrome 32 that affects the scrollTop JavaScript property. Please check the following blog post for more information on the matter:
http://blogs.telerik.com/blogs/14-01-17/chrome-updated-scrollTop
We have already prepared a fix that handles this scenario. It will be available in the upcoming service pack, scheduled for the end of January.
Regards,
Slav
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.