Modal config doesn't work for window component in sandbox version
Ext version tested:- Ext 4.0.7 SANDBOX version
Browser versions tested against:Description:- Modal (overlay) does not work for window component with the ext-sandbox version. Works fine with ext-all.
Steps to reproduce the problem:- Create a window component and show it.
The result that was expected:- Should have an overlay covering the window area outside the modal.
The result that occurs instead:- No overlay present to prevent users from clicking over components on the page
Test Case:
Ext4.create('Ext4.window.Window', {
title: 'Hello',
height: 200,
width: 400,
layout: 'fit',
modal: true
}).show();
INFORMATIONOperating System: