or
Hi,
I have a strange behavior in all my raduploads controls in Chrome. Whereas I click in the area inside the red border, which I draw for illustrative propose (see the jpg attached bellow), I get the file browse window, it's like I have clicked in the browse button. I noticed that happens in all my raduploads controls and is always below the control.
Telerik version: 2013.2.717.45
<
telerik:RadSplitter
EnableAjaxSkinRendering
=
"true"
Skin
=
"Office2007"
ID
=
"uxSplitter"
runat
=
"server"
Width
=
"100%"
Height
=
"100%"
>
<
telerik:RadPane
ID
=
"uxLeftArea"
runat
=
"server"
Width
=
"22px"
Scrolling
=
"none"
Height
=
"100%"
>
<
telerik:RadSlidingZone
ClickToOpen
=
"true"
ID
=
"uxLeftSlidingZone"
runat
=
"server"
Width
=
"22px"
Height
=
"100px"
>
<
telerik:RadSlidingPane
ID
=
"uxOCPane"
Title
=
"Organization Chart"
runat
=
"server"
Width
=
"200px"
MinWidth
=
"200"
>
<
telerik:RadTreeView
Skin
=
"Office2007"
ID
=
"uxOrganizationUnitTree"
EnableDragAndDrop
=
"True"
MultipleSelect
=
"false"
TabIndex
=
"1"
runat
=
"server"
>
<
ContextMenus
>
<
telerik:RadTreeViewContextMenu
ID
=
"uxOrganizationUnitCtxtMnu"
runat
=
"server"
>
<
Items
>
<
telerik:RadMenuItem
Value
=
"AddChild"
Text
=
"Add Child Unit ..."
>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
Value
=
"Delete"
Text
=
"Delete Unit ..."
>
</
telerik:RadMenuItem
>
</
Items
>
</
telerik:RadTreeViewContextMenu
>
</
ContextMenus
>
</
telerik:RadTreeView
>
</
telerik:RadSlidingPane
>
</
telerik:RadSlidingZone
>
</
telerik:RadPane
>
</
telerik:RadSplitter
>