Hi,
I have content on a page, that needs rerendering when the available space (especially the width) has changed. To avoid too much render cycles in some browsers I use the APEX event apexwindowresized. This works fine when the browser window size changes or the template option for region full screen mode is used. Unfortunately this event is not triggered when the navigation is expanded or collapsed, which also changes the available space for a region on the page.
There are some workarounds with jQuery plugins, custom JS code or a dynamic action on the button click available, but I think a clean solution from the APEX framework itself after the animated navigation expand or collapse would be better.
I am wrong or have I overseen something?
Thanks
Ottmar