Hi,
I am using smart gwt 2.4 and IE 7
I am using the window object to pop up and display a text. I have want to mask the parent widow. I am using the following methods of Window to do this.
I notice that after the modal is set, only 80-90 % percent of the parent window is masked and the rest 10% is unmasked.
Please let me know what could be the possible reason for this behaviour?
Thanks in advance
Thanks
Sunil
I am using smart gwt 2.4 and IE 7
I am using the window object to pop up and display a text. I have want to mask the parent widow. I am using the following methods of Window to do this.
Code:
Widow.setIsModal(true); Window.setShowModalMask(true);
Please let me know what could be the possible reason for this behaviour?
Thanks in advance
Thanks
Sunil
Comment