Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Dock > Raddock height increases on mouseover in IE9

Not answered Raddock height increases on mouseover in IE9

Feed from this thread
  • Venkata avatar

    Posted on Jan 27, 2012 (permalink)

    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.

    Reply

  • Slav Slav admin's avatar

    Posted on Jan 30, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Dock > Raddock height increases on mouseover in IE9
Related resources for "Raddock height increases on mouseover in IE9"

ASP.NET Dock Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]