gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.49k stars 370 forks source link

Error displaying MessageBox.alert #7702

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 7705

(If this is your first time submitting an issue report to the GWT Issue
Tracker, please see the sample issue report linked below for an example of
a well reported issue)
Sample issue report:
http://code.google.com/p/google-web-toolkit/wiki/IssueReportSample

Found in GWT Release (e.g. 2.4.0, 2.5.0 RC): 2.4.0

Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7): Windows 7, IE9

Detailed description (please be as specific as possible): When I call the method alert
of the MessageBox class, I'm not able to interact with the web page. I have attached
an image showing it.

Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):

Workaround if you have one:

Links to relevant GWT Developer Forum posts:

Link to patch posted at http://gwt-code-reviews.appspot.com:

Reported by miguelaz9686 on 2012-10-01 08:06:31


dankurka commented 9 years ago
It's not a bug nor it's GWT but I think you are using GXT.
And to fix this, you have to change the z-index of your dialog to be greater than the
z-index of your mask. 

Reported by xfrontlinex on 2012-10-01 08:44:51

dankurka commented 9 years ago
Indeed there's no MessageBox class in GWT proper.

Reported by t.broyer on 2012-10-01 08:52:16

dankurka commented 9 years ago
Sorry, it's GXT, you're right.
I don't find a method of the class to apply CSS.
Is there any other way to set the z-index of MessageBox?
Thanks for your help.

Reported by miguelaz9686 on 2012-10-01 09:55:52