lscpu
1 Oct 2007, 2:51 AM
Using anchor:'100%' on datefield in IE6 causes datefield not to be shown.
reproducible in examples/form/anchoring:
},{
xtype: 'datefield', // only change
fieldLabel: 'Subject',
name: 'subject',
anchor: '100%' // anchor width by percentage
}, {
probable cause: if the field is bigger than container, field is not shown (in same example):
},{
fieldLabel: 'Subject',
name: 'subject',
width: 500 // anchor width by percentage
}, {
If page starts with DTD, there is same problem with textfields (not sure if it is bug).
reproducible in examples/form/anchoring:
},{
xtype: 'datefield', // only change
fieldLabel: 'Subject',
name: 'subject',
anchor: '100%' // anchor width by percentage
}, {
probable cause: if the field is bigger than container, field is not shown (in same example):
},{
fieldLabel: 'Subject',
name: 'subject',
width: 500 // anchor width by percentage
}, {
If page starts with DTD, there is same problem with textfields (not sure if it is bug).