aspose file tools
The moose likes GWT and the fly likes popup window Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "popup window" Watch "popup window" New topic
Author

popup window

etti eitan
Greenhorn

Joined: Sep 24, 2011
Posts: 8
Hi,

When I open new popup with modal equal to true I still able to click on buttons, works with keyboard, write to text box on IE8.
On FF it works OK (all events and action are disable until the popup is close).

Why is that and what need to be done ?

Thanks


Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8436

That's strange. Can you show us the code where you create and show your popup?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
etti eitan
Greenhorn

Joined: Sep 24, 2011
Posts: 8
Hi,

This is the code :
this.popup = new PopupPanel(false, true);
this.popup.center();

The problem was solved when I add the following line :
this.popup.setGlassEnabled(true);
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: popup window
 
Similar Threads
Calling all Eclipse plug-in gurus....!
Help with multiple Swing Popups
Closing windows in JavaScript
pop up window hides itself when parent is closed
Pop up problem in IE8