-
10 Jul 2012 5:28 AM #1
fieldset padding differences between IE and FF.
fieldset padding differences between IE and FF.
when i set the padding value in a fieldset, the height of this fieldset shows differences between IE/FF and chrome.
-
10 Jul 2012 5:38 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
What Ext JS 4 version?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
10 Jul 2012 6:46 AM #3
Ext version tested:
- Ext 4.1.0-gpl
Browser versions tested against:- Firefox 8.0.1
- Chrome 18.0.1025.142 m
- IE9
Code:- var fieldsetTestForm = Ext.create('Ext.form.Panel', {
- }]
},{ xtype:'fieldset',
title: 'xxx',
collapsible: true,
// padding : '5 5 0 0',
defaultType: 'textfield',
layout: 'anchor',
defaults: {
anchor: '100%'
},
items :[{
fieldLabel : 'xx',
name : 'zcbh',
allowBlank : false
},{
fieldLabel : 'xxxx',
name : 'zcunit',
allowBlank : false
},{
xtype: 'datefield',
fieldLabel : 'xx',
name : 'zcdate',
format:'Y-m-d',
allowBlank : false
}]
}]
- });
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote