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

Strange DatePicker & Editor Combination Problem in IE8

5 Answers 55 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Mehmet Ali Ozenci
Top achievements
Rank 1
Mehmet Ali Ozenci asked on 14 Aug 2009, 07:21 AM
We have many ascx controls that are full of different radcontrols in each that are loaded into aspx pages. We have been experiencing some problems with IE8. We have two datepickers and an editor on the same ascx page which are flawlessly rendered in Firefox and Chrome but IE8 has serious problems.

If we place datepickers before the editor; the editor is not rendered correctly. The toolbars are not displayed in IE8. If we place datepickers after the editor, then, the calendar icon and the popup is not displayed correctly. 

This happens only in IE8 and we do not get any javascript errors at all. What can be the cause of this problem?

I took screen captures of this strange behavior...

IE8:
http://img21.imageshack.us/img21/6443/ie8k.jpg
Firefox:
http://img41.imageshack.us/img41/6981/80439196.jpg

5 Answers, 1 is accepted

Sort by
0
Mehmet Ali Ozenci
Top achievements
Rank 1
answered on 14 Aug 2009, 08:17 AM
We were able to overcome this problem by setting "enableembeddedskins" to "false" for the datepickers and setting the "skin" to a mockup custom skin by getting the standard "Default" skin css files and renaming it.
0
David
Top achievements
Rank 1
answered on 14 Aug 2009, 09:53 AM
Hello,

I am testing my pages on IE8 and haven't seen this problem before...

Does the problem occurs with all the skins or only with some?
Did you try the Compatibility Mode of IE8 to isolate the problem?

David Thuler
www.bi2.ch
0
Mehmet Ali Ozenci
Top achievements
Rank 1
answered on 14 Aug 2009, 02:10 PM
Unfortunately the problem still continues... :(

@David:
The compatibility mode does not solve the problem. The problem occurs regardless of the skin.
0
Accepted
Dimo
Telerik team
answered on 14 Aug 2009, 03:19 PM
Hi Mehmet,

This looks like the max-32-CSS-files limitation in IE. Please use a RadStyleSheetManager to combine the embedded skins to a single request.

Kind regards,
Dimo
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.
0
Mehmet Ali Ozenci
Top achievements
Rank 1
answered on 17 Aug 2009, 08:56 AM
Thanks for your reply Dimo. It appears to be the source of the problem. :)
Tags
Calendar
Asked by
Mehmet Ali Ozenci
Top achievements
Rank 1
Answers by
Mehmet Ali Ozenci
Top achievements
Rank 1
David
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or