Threaded View
-
7 Sep 2011 5:59 AM #1
4.0.6: LoadMask ignors target-element
4.0.6: LoadMask ignors target-element
REQUIRED INFORMATION
Ext version tested:
- Bug occurs in 4.0.5 and 4.0.6
- Works in 4.0.2a
Browser versions tested against:
- FF6.0.1
- Chrome 13
Description:
- LoadMask ignors a given target-element
Steps to reproduce the problem:
- Create a LoadMask on a grid with a target other then the grid
The result that was expected:
- The loading-mask should cover the whole browser-window.
The result that occurs instead:
- The loading-mask covers only the grid.
Test Case:
Code:Ext.define('Ext.ux.MyGrid', { extend: 'Ext.grid.Panel', constructor: function(config) { Ext.applyIf(config.viewConfig, { loadMask: new Ext.LoadMask(Ext.getBody(), { msg: "My Loading text..." }) }); this.callParent(arguments); } });
You found a bug! We've classified it as
EXTJSIV-3976
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote