Hai All,
I developed an application using GlassPanel.I want to show a Login
Dialogbox on top of the Glass Panel.
I used gwt-incubator1.5 jar file to use gray background effect.
It is working in fine in mozilla firefox and chroome but not in IE and
Hosted mode.
If i have opened two IE browser's, in one broswer i am executing my
application and in another browser different application,when i show
dialog box on top of glasspanel ,the browser running my application
lossing it's focus and another browser is focusing(In this i maximized
two ie browsers).And it not allowing to do any operation in dialog box
till another browser is minimized.
I used css like
HTML {
padding: 5px 15px 25px 35px;
margin: 10px 20px 30px 40px;
}
BODY {
padding: 3px 13px 23px 33px;
margin: 12px 22px 32px 42px;
}
.gwt-GlassPanel {
z-index:0;
background-color: gray !important;
filter: alpha(opacity=30) !important;
opacity: 0.3 !important;
}
Please help me to fix this issue
Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---