I'm trying to use a Ext.Msg.confirm box for a user to select yes or no. The box pops up when it is supposed to, If I click on yes, it runs the code I want to, if I click on no the box dissapears. So everything up to that point works great. The problem is that after it closes, there is like a dark layer over the screen that prevents me from pressing any thing else. This shows up with the confirmation box, but never closes like the box does.