-
7 Sep 2008 10:23 PM #1
[FIXED] MaskPanel of modal window does not cover the screen in IE
[FIXED] MaskPanel of modal window does not cover the screen in IE
1. Define html page as header, body and footer parts.
2. Root container is loaded in body-div as part of page:
3. Define a Window and setModal(true);Code:RootPanel.get("div_body").add(new MyContainer());
4. Show window, the shadow does not cover browser client area, only top area in IE.
in FF, the shadow covers full client area, but if browser has scroll bars, user can scroll down to see unmasked area.
-
7 Sep 2008 10:26 PM #2
-
11 Sep 2008 9:26 AM #3
Fixed in SVN for 1.1.


Reply With Quote