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

RadWindow appears inactive when opened

1 Answer 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 11 Aug 2010, 02:27 AM

I have an instance of the radwindowmanager on a master page and use the following code in the content pages to open various windows

var wnd = window.radopen(path, null);
wnd.setSize(w, h);
wnd.center();
wnd.setActive(true);
wnd.add_close(OnDetailClose);

In IE8, this works fine and the modal windows shows with the gray background as seen in screenshot1IE.png. when I execute the same code in firefox/safari, I get screenshot2FF.png

Any help is greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Aug 2010, 08:13 AM
Hi Tom,

This could happen if you are using a specific internal build (such problem was reported with internal build 2010.2 722). If this is the case, please use the latest internal build or the official Q2 2010 one.
If this doesn't help, it will be best to open a support ticket and send us a sample project that we could examine.


Sincerely yours,
Georgi Tunev
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
Tags
Window
Asked by
Tom
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or