extjs-ux
extjs-ux copied to clipboard
ToggleSlide animation error
Before applying animation, it checks if the component is rendered to prevent js error. When ToggleSlide form field's value is changed before it is rendered, it causes an error.
To reproduce,
- Put a toggleslidefield inside tabpanel's second tab which doesn't show initially. then put the tabpanel inside a formpanel.
- form.loadRecord to change slidetoggle's value.
I also ran into this bug and just start to fix it.
But this will fix it. THANX!