hotdp
5 Sep 2012, 10:34 PM
Hi,
This upgrade has removed the possibility to turn of animations for the Cardlayout.
I have used 'false' before because "none" will make it slide? (that does not make sense to me anyway, none should be _none_).
After this upgrade:
Uncaught Error: [ERROR][Ext.fx.layout.Card] Unknown card animation type: 'false'
It looks like after this upgrade it will change it to a string:
layout: {
animation: 'false',
type: 'card'
}
It's critical for the experience of the application and a fast fix would be very much appreciated.
This upgrade has removed the possibility to turn of animations for the Cardlayout.
I have used 'false' before because "none" will make it slide? (that does not make sense to me anyway, none should be _none_).
After this upgrade:
Uncaught Error: [ERROR][Ext.fx.layout.Card] Unknown card animation type: 'false'
It looks like after this upgrade it will change it to a string:
layout: {
animation: 'false',
type: 'card'
}
It's critical for the experience of the application and a fast fix would be very much appreciated.