lucianobroussal / gwtwindowmanager

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

Problem with Modal Dialogs #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a GDesktopPane with one or more GInternalFrame-s in it
2. the GInternalFrame contains a button which opens a Modal Dialog (for
example, an error dialog)
3. The Dialog will be Modal only the first time;

What is the expected output? What do you see instead?
The Dialog should be modal regardless the number of times I access it. 

Instead, it is modal only the first time it's opened, from the second time
forward, the Dialog will not be modal any more. 

What version of the product are you using? On what operating system?
Operating system - Windows XP, version of GWM - 0.6.6

Please provide any additional information below.

I posted a sample code, and additional explanations here:

http://groups.google.com/group/gwt-window-manager/browse_thread/thread/c2baff2ae
775790b

Original issue reported on code.google.com by blueiced...@gmail.com on 7 Aug 2007 at 2:21

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by luciano.broussal@gmail.com on 7 Aug 2007 at 4:04