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

Not Working w/ IE6

5 Answers 72 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Amber
Top achievements
Rank 1
Amber asked on 10 Mar 2010, 01:24 AM
What are the known issues between IE6 and RadDock?

Our site homepage uses 2 RadDock panels that are populated by user controls.  Some users with IE6 can't see the panels.

Is it possible that the latest version of the AJAX controls will address this problem?

5 Answers, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 12 Mar 2010, 01:06 PM
Hi Amber,

There are two known issues with RadDock and IE6:
  • Rounded corners are not supported under Internet Explorer 6 because the IE6 browser does not have correct support for composite CSS classes. So even you have enabled rounded corners they will be shown in their default manner (squared). This however should not cause a problem as can be seen on some of our demo examples.
  • The second issue is explained on the following web-site: http://snook.ca/archives/html_and_css/position_relative_overflow_ie/. The DockZone has position: relative and if it is placed in a container that doesn't have position: relative the problem with the scrolling will appear. The solution is to set position: relative to the container element.
    This issue is present in IE7 also.

Other than these two issues we are not aware of any other issues between IE6 and RadDock. The RadDock control is fully cross-browser compatible.

Could you please send a sample project that demonstrates the problems with the invisible UserControls? Additionally, if you have ajaxified the dock's content using the AjaxManager make sure you have specified width: 100% and height: 100% to the content wrapper which is rendered by the AjaxManager.

Kind regards,
Pero
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Dave
Top achievements
Rank 1
answered on 06 Jul 2010, 10:12 AM
Hi Amber,

I too am experiencing this issue of Docks not being displayed in IE6.
Did you manage to find a solution?

Thank you.
0
Dave
Top achievements
Rank 1
answered on 06 Jul 2010, 10:14 AM
Hi Pero,

What exactly do you mean by 'the content wrapper which is rendered by the AjaxManager' in the sentence 'Additionally, if you have ajaxified the dock's content using the AjaxManager make sure you have specified width: 100% and height: 100% to the content wrapper which is rendered by the AjaxManager.'?

Thank you.
0
Pero
Telerik team
answered on 08 Jul 2010, 09:57 AM
Hi Dave,

When ajaxifying a certain control with the AjaxManager (setting the button as an UpdatedControl), for example an ASP.NET Button, the AjaxManager will render a <span/> or a <div/> around the ajaxified control, depending on the UpdatePanelRenderMode property of the AjaxUpdatedControl. This is how the AjaxManager controls which parts of the page are actually updated.

Regards,
Pero
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Patrick Heller
Top achievements
Rank 1
answered on 15 Jul 2010, 03:46 PM
Hi, we got the same problem: RadDocks not showing at all in IE6 only. We have RadDocks floating left inside a RadDockZone.
We added the following to the stylesheet and the RadDocks appeared:

.RadDockZone

{

                _float: left !important;

}


Hope this helps someone out.

Kind regards,

Patrick.
Tags
Dock
Asked by
Amber
Top achievements
Rank 1
Answers by
Pero
Telerik team
Dave
Top achievements
Rank 1
Patrick Heller
Top achievements
Rank 1
Share this question
or