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

[Solved] bug in modal opening insider another modal

2 Answers 66 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mahmoud
Top achievements
Rank 1
mahmoud asked on 10 Jan 2012, 10:50 AM
Dear Teleriks,
I Opened a window in modal state and then opened another model inside/over it. Everything is ok except on closing the top most modal window. After closing the second modal, the first modal gets the focus but indeed it is overlaid with some transparent divs which causes no action at first click on the first window content. After the first click, these divisions disappear and makes the window's content to be responsive. 

As I checked with Chrome Developer Tools , After closing the second modal window , the following tags remain on the page 
<div class="t-overlay"></div>
<div class="t-overlay"></div>
<div class="t-overlay"></div>

These tags will be removed after the first click

2 Answers, 1 is accepted

Sort by
0
Kapil
Top achievements
Rank 1
answered on 15 Feb 2012, 03:26 PM
Hello mahmoud ,
 
I am having the same problem where I open up another modal window by clicking a button on the first modal window. When I am done working with the second window I close both the windows using javascript but after doing that there is a div with class 't-overlay' that is left behind on the screen and I can't do anything else on the page. Were you able to find a work around for this problem??
0
Kapil
Top achievements
Rank 1
answered on 15 Feb 2012, 03:43 PM
So for everyone else who is having the same issue I was able to solve the problem I was having by having the second window not as modal. So after you are done working with the second window and close it and the first window you can get your main screen back :)
Tags
Window
Asked by
mahmoud
Top achievements
Rank 1
Answers by
Kapil
Top achievements
Rank 1
Share this question
or