Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3244
in
a recent build.
-
[2.1 B2] Icon masks don't work on Android anymore
Icon masks are displayed as squares again on Android 4.1 (emulator, not chrome as browser). They worked in beta 1.
Also reported by rkraus in this thread: http://www.sencha.com/forum/showthre...l=1#post868418
Thought I give it a proper new bug thread.
-
Can you verify you compiled your sass against this version. Having a hard time duplicating the issue.
-

Originally Posted by
Jamie Avins
Can you verify you compiled your sass against this version. Having a hard time duplicating the issue.
I did, will create a test case for you ...
-
Is sencha-touch-2.1.0-b2/resources/css/sencha-touch.css compiled against it? :-P
It works fine using that css version ... let me see if I can find out more ...
-
Even using my compiled app css works for the isolated example, still investigating ...
-
Ha, seems like related to the transforms problems you once had, maybe?
Add a scrollable panel and you should see the error.
Code:
Ext.application({
name: 'App',
launch: function () {
Ext.Viewport.add(Ext.create('Ext.Panel', {
fullscreen: true,
layout: 'fit',
items: [
{
xtype: 'panel',
scrollable: true
},
{
xtype: 'toolbar',
docked: 'bottom',
items: {
iconMask: true,
ui: 'plain',
iconCls: 'info'
}
}
]
}));
}
});
For the record some screenshots:
Android 4.1 (not working): http://cl.ly/image/0c3P3Z2v1146
Chrome (working): http://cl.ly/image/051E0s0D2W0T
-
Probably adds some wrapping and the selectors might not match properly. This test case will help, thank you for looking into it further.
-
-
-
Sencha User
Where link download sencha 2.1.0 b1 . ?
Yes, sencha 2.1.0b1 error in icon mask