-
26 Oct 2011 11:47 AM #1
Modal config doesn't work for window component in sandbox version
Modal config doesn't work for window component in sandbox version
Ext version tested:
- Ext 4.0.7 SANDBOX version
- Chrome 14
- FF 7.0.1
- Modal (overlay) does not work for window component with the ext-sandbox version. Works fine with ext-all.
- Create a window component and show it.
- Should have an overlay covering the window area outside the modal.
- No overlay present to prevent users from clicking over components on the page
Ext4.create('Ext4.window.Window', {
title: 'Hello',
height: 200,
width: 400,
layout: 'fit',
modal: true
}).show();
INFORMATIONOperating System:- WinXP Pro
-
28 Oct 2011 5:40 AM #2
We have the exact same issue. We also see the issue on safari also.
-
7 Nov 2011 12:20 AM #3
Hi,
same issue with Firefox 7.0.1 and Ext-JS 4.0.6 (sandbox version)
-
23 Dec 2011 1:43 AM #4
-
6 Mar 2012 5:17 AM #5
Hi,
the problem is resolved with the latest build of 4.1 (2012-01-19).
The release date of 4.1 is unknow : a fix will it be available for 4.0.7?
Thank you for your help
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote