i’m using gwt and when my browser shows me a element from type DialogBox I want to work out of this dialog too. But the dialog locks it. Is there a option to unlock the background and work outter the dialog?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the tags I assume that you are using DialogBox, right? If so then use
setModal(false)to prevent modal dialog behavior.