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

Dock handle and frame looking wird

1 Answer 23 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 05 Jun 2012, 10:00 AM
Hi,

I've made a little webapplication using dock layout, dock zones and a dock but the dock frame and handle looks wird.

It looks like the ends of the titlebar dock handle is lowered 1 px.
When moving the dock around inside and outside the dock zone, the dock frame looks unstable, sometimes the right frame on the dock is there sometimes it isn't.

I've tried changing the resolution of my screen from 1920x1080 to 1024x768 but that didn't make any difference.

I'm not using any skin. I'm viewing in iE 9.

I get the same wird look on your demo site. Please see attached files to see what I mean.

Thanks.

/Thomas

        <telerik:RadDockLayout ID="RadDockLayout1" runat="server"
            StoreLayoutInViewState="True">
            <telerik:RadDockZone ID="RadDockZone1" runat="server" Height="300px" Width="300px">
                <telerik:RadDock ID="RadDock1" runat="server" Width="300px"
                    EnableEmbeddedSkins="False" Resizable="True">
                <ContentTemplate>
                <asp:Label ID="Label1" runat="server" Text="Hello dock"></asp:Label>
                </ContentTemplate>   
                </telerik:RadDock>
            </telerik:RadDockZone>
            <telerik:RadDockZone ID="RadDockZone2" runat="server" Height="300px" Width="300px">
            </telerik:RadDockZone>
        </telerik:RadDockLayout>

1 Answer, 1 is accepted

Sort by
0
Accepted
Slav
Telerik team
answered on 08 Jun 2012, 07:20 AM
Hello Thomas,

Such appearance of RadDock is usually encountered on a zoomed page, opened in a IE browser. When zooming under Internet Explorer, the background image of the RadDock doesn't scale and ends up showing the other sprite images. This is a browser specific behavior and it could be reproduced with any elements that are using background images. You can check if this is the problem by pressing Ctrl + 0 when the page is opened in Internet Explorer, as this will set the default zoom.

I hope this helps.

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