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

Collapse Icon on top of close

2 Answers 29 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 29 Jul 2009, 07:29 PM
I have dynamically created docks and when I create a new dock the collapse icon is on top of the close. If I drag it just a hair and then drop it, it falls into the correct place. I'm using the default skin. On the black skin the behavior is similar, but the collapse icon is below the close icon.

Anyone shed any thoughts on why this would occur and how I can fix it?

Oh, and this seems to only happen on IE8. FF3 works just fine. ???

2 Answers, 1 is accepted

Sort by
0
Eric
Top achievements
Rank 1
answered on 31 Jul 2009, 05:34 PM
Does anyone have any thoughts?
0
Pero
Telerik team
answered on 03 Aug 2009, 10:45 AM
Hello Eric,


This visual glitch can be observed because the page runs in QuirksMode. If you add Doctype to the Page everything should be fine, e.g.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">
.......................................................

The RadControls for ASP.NET AJAX suite of controls, of which RadDock is a part, is built on top of MS AJAX framework. The framework has been developed by Microsoft and is "pushing" for using more standards-compliant web pages - such as the default provided by VS 2005  XHTML 1.0 Transitional.

Regards,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Dock
Asked by
Eric
Top achievements
Rank 1
Answers by
Eric
Top achievements
Rank 1
Pero
Telerik team
Share this question
or