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

Raddock height increases on mouseover in IE9

3 Answers 33 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Venkata
Top achievements
Rank 1
Venkata asked on 27 Jan 2012, 08:39 AM
Hi Guys - I've had this nagging issue for a while now, and just encountered another thread here with a similar issue. When you work on a PC with a resolution such that you start seeing a horizontal scrollbar inside your dock, you will start facing this problem. The dock starts expanding downwards and on mouse out restores back to original state. I'm using rad controls version 2011.3.1115.35. My dock code looks something like this

<telerik:RadDockLayout runat="server" ID="[DUMMYID-1]">
    <telerik:RadDockZone runat="server" ID="[DUMMYID-2]" Orientation="vertical" Skin="Vista" Width="99.7%">
        <telerik:RadDock runat="server" ID="[DUMMYID-3]Title="More"
            Style="min-height0pxmargin0px autovisibilityhidden;" Collapsed="true"
            DefaultCommands="ExpandCollapse" Skin="Vista" EnableDrag="false"
            DockHandle="None" Width="99.5%" BorderStyle="None">
            <ContentTemplate>
             ...... [some code here]
            </ContentTemplate>
    </telerik:RadDock>
</telerik:RadDockZone>

Tips to repro:
1. Make sure you are on IE9, NOT in compatibility mode.
2. Make sure you have a horizontal scrollbar on inside your dock.
3. Mouse over your dock, and see the dock expand vertically.

3 Answers, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 30 Jan 2012, 03:28 PM
Hi Venkata,

This problem was fixed in the latest release of the RadControls for ASP.NET AJAX. I would suggest upgrading to the last version and checking if everything functions as expected.

In case you are still having problems after trying the suggested solution, please send the markup of your page, including the RadDock controls and their content, so that we can inspect your case locally and provide a concrete solution.

Kind regards,
Slav
the Telerik team
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 their blog feed now
0
Nileshkumar
Top achievements
Rank 1
answered on 11 Jul 2013, 03:23 PM
We are also facing the same issue with IE 9 and we are using rad control product version 2013.1.403.45.
In our case, we are using Rad Grid with horizontal scroll bar inside Rad Dock control.

Please let us know whether this issue is fixed with this version or not?


0
Slav
Telerik team
answered on 16 Jul 2013, 01:29 PM
Hi Nileshkumar,

The original problem, discussed in this thread, is fixed in the Q3 2011 SP1 release of RadControls for ASP.NET AJAX. If it occurs in your project and you are using a newer version, please send a detailed description of your setup, so that I can inspect it locally and provide a more to the point answer.

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.
Tags
Dock
Asked by
Venkata
Top achievements
Rank 1
Answers by
Slav
Telerik team
Nileshkumar
Top achievements
Rank 1
Share this question
or