-
25 Jan 2012 4:21 AM #1
PR4 input element embedded in toolbar, text not visible
PR4 input element embedded in toolbar, text not visible
Ext version tested:
- ST2 PR4
- Android 2.3.4
- Android 2.3.6
- iPad iOS5
- Chromium 16
- Only on Android
- Input on a inputelem, that is embedded in toolbar, ist not visible.
- white textcolor on white background
Code:Ext.setup({ onReady: function() { Ext.Viewport.add({ xtype : 'panel', items : [{ docked : 'top', xtype : 'toolbar', items : [{ xtype : 'searchfield', autoComplete : false }] }] }); } });
HELPFUL INFORMATION
Possible fix:- use the following css-rule
Code:.x-android .x-toolbar .x-input-el { -webkit-text-fill-color: #000; }
-
25 Jan 2012 9:25 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,659
- Vote Rating
- 14
This is a known issue that has been fixed in the next release.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote