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

[Solved] RadSpell modal window behind modal popup only in IE browser

5 Answers 131 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
deepthi r
Top achievements
Rank 1
deepthi r asked on 24 Feb 2010, 10:54 AM
Hi,

I am using the following style for radspell dialog. When I use the  below style, the radspell dialog  is coming properly in all the other browsers except IE. In IE, it is behind the modal popup.
.radwindow.radwindow_WebBlue.rwnormalwindow.rwtransparentwindow
    {
        z-index: 12000000 !important;
    }
Can anyone  help  me in resolving the issue



5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 25 Feb 2010, 12:35 PM
Hi deepthi,

To be able to help we need to have a better view over your exact setup. Please open a support ticket and send a small sample project so we could check it.


Best wishes,
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.
0
deepthi r
Top achievements
Rank 1
answered on 26 Feb 2010, 09:41 AM
Hi,

Previously, we have used telerik q3 2008 version in our project. With that version, RadSpell dialog was getting displayed properly. But after upgradation to telerik q3 2009, it is showing the radspell dialog behind the modal popup.
0
Georgi Tunev
Telerik team
answered on 26 Feb 2010, 01:36 PM
Hello again,

Unfortunately this information is not enough for us to determine what exactly the problem is and what is the reason for it. Please send us a sample project so we could investigate further.

Regards,
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.
0
Nithiya Kiruthiga
Top achievements
Rank 1
answered on 03 Mar 2010, 11:40 AM
Hi,
I also have the same issue. 

I've got an AJAX page with a modalpopupextender. The modal popup contains a text box and a button so that the user can spellcheck the text that they enter into the text box. I have used WebBlue skin for the RadSpell

The modal popup opens fine and displays the text to be edited. The user can click on the "Spell Check" button and the spell check dialog will open, but the dialog is BEHIND the modal popup. you can close the modal popup and the spell check dialog becomes visible.

I had this issue in the earlier version of Telerik Radspell and it got resolved by using the following style in the page:
 

.radwindow.radwindow_WebBlue.normalwindow.transparentwindow

 

z-index:13000 !important;  }

 

 

 

Now i have upgraded the telerik version. I am using telerik dll with version 2009.3.1208.35 now. When i start using this version, i faced the same issue again i.e. the Spell check dialog was behind the Modal pop up. So i tried to apply the new css class,

.RadWindow.RadWindow_WebBlue.rwNormalWindow.rwTransparentWindow

z-index: 100000 !important; } 


This works fine in Firefox. But in IE i still see the Spell check behind the modal pop up. When i checked the z index in IE, it was 3002. The style is not getting applied in IE.

Is there any way to solve this issue?
0
Georgi Tunev
Telerik team
answered on 08 Mar 2010, 12:12 PM
Hello Nithiya Kiruthiga,

The easiest way to control this behavior would be to fix the z-index to the modal background of the popup itself. For example:
.modalBackground
{
    background-color: Gray;
    opacity: 0.7;
    z-index: 10 !important;
}


All the best,
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
General Discussions
Asked by
deepthi r
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
deepthi r
Top achievements
Rank 1
Nithiya Kiruthiga
Top achievements
Rank 1
Share this question
or