UPLOAD FILED BUTTON SIZE IS NOT PROPER IN SECOND CARD ON WIZARD LAYOUT IN EXT Window
Ext 4.1.3 rev 548
Browser versions tested against:
Chrome
DOCTYPE tested against:
____
Description:
UPLOAD FILED BUTTON SIZE IS NOT PROPER IN SECOND CARD ON WIZARD LAYOUT IN EXT Window
Steps to reproduce the problem:
1. Create an extJS window.
2. Create card layout(wizard) which have at least two cards on window with next button on first card
3. Create some fields in first card
4. Now CREATE "FILEFIELD" ON THE SECOND CARD WITH SOME PROPERTY AND OBSERVE THE BUTTON TEXT AND SIZE.
Define file field like below:
{ xtype: 'filefield',
fileName: 'file',
fieldLabel: 'Upload File',
allowBlank: false,
labelWidth: 110,
buttonText: 'Upload',
}
Thanks for the report. Are you seeing this with Internet Explorer? With which version of IE and Windows are you seeing this? Should I change the version of your test case to 4.1.3 when testing?