Threaded View
-
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
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote