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

Display problem in firefox

5 Answers 96 Views
Window
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 16 Oct 2008, 08:48 PM
Hi,

I have a radWindow that works just fine in IE, but it doesn't display well in firefox. The content of the window appears, but the window itself is invisible except for the title and the upper right button which are all rendered as text (i.e. close, maximize) instead of little images.

Weird thing is that I tried to created a new simple project that only contains the link button to open the radWindow and the radWindow and this time it is rendered ok...

Anyone has seen this problem?

Thanks

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Oct 2008, 02:44 PM
Hello Phil,

I suggest to check your page with Fiddler or a similar tool and see what resource is not loaded - from your explanation it seems that for some reason RadWindow's stylesheets are not rendered.


Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Daniel Laforest
Top achievements
Rank 1
answered on 23 Oct 2008, 03:29 PM
Hi,

I tried to build myself a little solution with a radWindow and it works fine in firefox. What would be the reason for the telerik css not to load? Is it the first occurence of the problem you heard about?

Thanks,

Phil
0
Jeeva
Top achievements
Rank 1
answered on 29 Oct 2008, 06:59 PM
I'm having a similar issue, i checked with Firebug,
the radwindow with skin as web20 gets the following markup

<div id="RadWindowWrapper_ctl00_MainContent_CommunityControls/SignUp_ascx_rwDialog" class="radwindow radwindow_xxxx normalwindow transparentwindow" style="width: 300px; height: 375px; position: absolute; visibility: visible; left: 240px; top: 352px; z-index: 7006;" unselectable="on">

will this be the reason ? if so what should we do to avoid it. Please help.

Thanks,
Jeeva
0
Svetlina Anati
Telerik team
answered on 30 Oct 2008, 06:53 AM

Hello Daniel,

Most probably the problem comes from a known limitation of Internet Explorer - it can load up to 32 CSS files and if there are more, they will be ingnored. This IE specific most often concerns exactly the RadWindow control because its CSS is alphabetically one of the last declared on the page. This problem can occur in case you are using a theme with a lot of CSS (when you register the theme, automatically all the CSS is declared) or you have declared a lot of RadControls on the page. If you are using a theme you can test my assumption by removing it and test whether the RadWindow CSS will load correctly.

If this is the case I suggest to either use a RadStyleSheetManager which will combine all the CSS on the page or reduce the CSS.


Sincerely yours,

Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Daniel Laforest
Top achievements
Rank 1
answered on 30 Oct 2008, 01:15 PM
Hello,

Thank you for your answer. I updated my version (mine was from may) to the most recent one and it corrected my problem.

Thanks,

Phil
Tags
Window
Asked by
Phil
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Daniel Laforest
Top achievements
Rank 1
Jeeva
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or