-
15 Oct 2012 9:52 AM #1
Mask without indicator broken
Mask without indicator broken
REQUIRED INFORMATION
Ext version tested:- Sencha Touch 2.1rc2
Browser versions tested against:- Chrome 22.0.1229.94 for Mac
- Safari 6.0.1 for Mac
DOCTYPE tested against:- html
Description:- If you configure a mask with indicator: false, you still get a leftover oval from the indicator, and the text is misaligned.
Steps to reproduce the problem:- Load the code below
The result that was expected:- Text should be centered, with no indicator
The result that occurs instead:- An oval appears in the center, and the text is aligned to its right.
Test Case:
Code:Ext.create('Ext.Container', { fullscreen: true, layout: 'fit', items: [{ xtype: 'container', masked: { xtype: 'loadmask', loadingText: 'Loading...', indicator: false } }] });
HELPFUL INFORMATION
Screenshot or Video:
See this URL for live test case: N/A
Debugging already done:- none
Possible fix:- not provided
Additional CSS used:- only default ext-all.css
Operating System:- Mac OS 10.8.2
-
15 Oct 2012 11:23 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
This has been fixed for the next release.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3577
in
a recent build.


Reply With Quote