In the top browsers, the form fields have no anchor set (default). In the bottom they are anchored 100%.
Also, why is the radiogroup label not using the specified default width of 160px like the textfields?
Ext JS is WebKit safe?
Attachment 37855
Printable View
In the top browsers, the form fields have no anchor set (default). In the bottom they are anchored 100%.
Also, why is the radiogroup label not using the specified default width of 160px like the textfields?
Ext JS is WebKit safe?
Attachment 37855
Turns outoverwrites the sencha one (there's a first!), so updating to:Code:labelCls
does the trickCode:labelCls: 'x-form-item-label x-form-item-label-left c-b fs-110 fw-600 ff-alt'
id only anchored the label changing that to, sorted that one outCode:defaults: {anchor: '100%'}