-
13 Dec 2011 10:55 AM #1
[PR1] [PR2] [PR3] missing horizontal line in FieldSet
[PR1] [PR2] [PR3] missing horizontal line in FieldSet
As can be seen here, the horizontal line is missing, and in the last field, a box with black border appears
Capture.jpg
{
xtype: 'fieldset',
id: 'regFormFieldset',
title: 'User details',
defaults: {
xtype: 'textfield',
labelAlign: 'left',
labelWidth: '40%',
required: false,
// clearIcon: true,
autoCapitalize : false
},
items: [
{
name: 'email',
label: 'email',
xtype: 'emailfield'
},
{
xtype: 'errorfield',
fieldname: 'email'
},
{
name : 'name',
label: 'name',
autoCapitalize : true
},
{
xtype: 'errorfield',
fieldname: 'name'
},
{
name: 'password',
label: 'password',
xtype: 'passwordfield'
},
{
xtype: 'errorfield',
fieldname: 'password'
}
]
},
-
13 Dec 2011 11:12 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
Thank you for the report.
-
9 Jan 2012 9:09 AM #3
The horizontal lines are missing because of your custom 'errorfield' class. It must not have the correct styling.
The black box issue will be fixed in the next release.
Edit:
Actually, it won't. It seems it is an Android bug.
http://code.google.com/p/android/issues/detail?id=15338Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
-
11 Jan 2012 5:58 PM #4
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-1259
in
2.0.


Reply With Quote