-
24 Jan 2012 7:11 PM #1
Load mask broken in dataviews
Load mask broken in dataviews
This one is pretty straight forward... the load mask no longer shows up when using a dataview. This is because there is code commented out in onBeforeLoad in DataView.js (line ~619)
I'm not sure if there was a reason for it but uncommenting that code makes the load mask show up correctly again
Code:onBeforeLoad: function() { var loadingText = this.getLoadingText(); if (loadingText) { this.setMasked({ // xtype: 'loadmask', // message: loadingText }); } },
-
25 Jan 2012 9:20 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Yes, there were some problems with the centering the load mask properly so it was disabled for PR4. This has been fixed for the next release.
-
25 Jan 2012 10:15 AM #3
Good to know, I figured it was something like that but didnt see it in the release notes. Thanks
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote