Unanswered: Resize events on navigation views not at the top of the stack.
Unanswered: Resize events on navigation views not at the top of the stack.
Hi,
I have a navigation view with a main (default) view. This default view is a panel with a custom component in it derived from Ext.Component. The custom component has its resize handler defined.
If I push a view onto the stack, resize the browser, and then pop that view, I cannot figure out how to ensure my custom component gets a resize event fired so that it looks right when the default view is exposed again.
While it's shown, the resize event is fired just fine, both before and after the push/pop.
Thanks Mitchell. I fear I failed miserably in explaining the problem properly . I don't think my component gets destroyed in the scenario. I'll try again…
1) I display my component in a panel in a navigation view.
2) I push something else onto the navigation view stack.
3) I resize the browser/rotate the device.
4) I pop the navigation view stack (revealing my component from step 1 again).