Letractively / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Window is still responsive while closing #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Close a window or dialog. While the closing animation is playing, the controls 
in the window (e.g. buttons) are still responsive. When cancelling a dialog, 
for example, continuously pressing cancel prevents it from closing, because the 
cancel operation is started over and over again.

There are two things that need to be changed: 

(1) After the closing operation has been started, a flag should be used to 
prevent it from starting again (while playing). 
(2) An invisible DOM element should be displayed on top of the window. This 
would prevent the user from accessing the controls of the window.

Original issue reported on code.google.com by Lars.Grammel on 18 Oct 2010 at 1:57