When using ExtJS 4.2.3, there's a bug when calling ServerComm.callMethod with the waitMessage option set to true:
TypeError: Cannot read property 'mask' of undefined
at Ext.define.show (http://localhost:8080/cms/plugins/extjs4/resources/js/ext-all-debug.js:41752:25)
at Ext.define.send (http://localhost:8080/cms/kernel/resources/js/Ametys/data/ServerComm.i18n.js:306:26)
at Ext.define.callMethod (http://localhost:8080/cms/kernel/resources/js/Ametys/data/ServerComm.i18n.js:360:9)
at Ext.define._sendGetContentTypeRequest (http://localhost:8080/cms/plugins/cms/resources/js/Ametys/cms/content/ContentTypeDAO.i18n.js:146:26)
...
Ext.LoadMask can not be created with a target of type Ext.Element anymore. Target should be a Ext.Component.
Ext.create("Ext.LoadMask", {target: this.box});
Laurence Aumeunier
added a comment - - edited Ext.LoadMask can not be created with a target of type Ext.Element anymore. Target should be a Ext.Component .
Ext.create( "Ext.LoadMask" , {target: this .box});
Unassigned
Nicolas Gavalda (Inactive)
Votes:
0Vote for this issue
Watchers:
2Start watching this issue
Created:
Updated:
Resolved:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
Ext.LoadMask can not be created with a target of type Ext.Element anymore. Target should be a Ext.Component.