Declined
Last Updated: 01 Dec 2015 09:30 by ADMIN
ADMIN
Danail Vasilev
Created on: 24 Nov 2015 12:38
Category: FormDecorator
Type: Bug Report
1
Page scrolls to top when clicking a horizontal scrollbar and RadFormDecorator styles a select in IE9
For the time being the select can be skipped from decoration:
<telerik:RadFormDecorator runat="server" ID="rfd" DecoratedControls="All" ControlsToSkip="Select"/>

There is also a script attached that provides a workaround for this issue.
Attached Files:
1 comment
ADMIN
Niko
Posted on: 01 Dec 2015 09:30
The problem manifests itself only in IE emulation and we consider it more or less a browser issue. The problem root is in the browser raising the mouseup event right after the mousedown event before the user has released the mouse button.

Please, check the attached workaround for ways for patch this if IE emulation is part of your scenario.