skirtle
24 Dec 2011, 7:12 AM
The button config setting textAlign no longer works. From a quick look at the code it seems that the bit that does this during rendering has been removed.
Test case:
Ext.create('Ext.button.Button', {
renderTo: Ext.getBody(),
text: 'Click',
textAlign: 'left',
width: 200
});
I don't want to sound all preachy but I'm a little concerned if this wasn't picked up by either an automated test or QA. It's not a subtle failure.
Test case:
Ext.create('Ext.button.Button', {
renderTo: Ext.getBody(),
text: 'Click',
textAlign: 'left',
width: 200
});
I don't want to sound all preachy but I'm a little concerned if this wasn't picked up by either an automated test or QA. It's not a subtle failure.