extjs

EXTJS weird problem when open 5 modal windows


I encounter weird problem when open the 5th modal window .

I have 1 parent mdi window. i open child mdi window 1, then from modal window1 - I open modal window2 , from modal window2 - i open modal window3, from modal window3 - i open modal window4, from modal window4 - i open modal window5

problem happen, when I close window5, then close window4 . after closed windows4 , I suppose to see window3 but somehow I see window2 on top of window3 become gray out because modal window.

windows2 suppose to be parent of windows3 change place . why

any solution for these?


Solution

  • I found that this is bugs or limitation in extjs . after open more than 3 modal windows on top one another, this happen on chrome,firefox , opera , edge .

    please note that prompt /alert also count as another windows