Any resizing of the window content area should fire the resize event, yes. It's a feature. The event can be used to reflow the window content, if necessary.
Greetings,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
the code for sizingAction, minimize, and maximize does not call trigger(RESIZE)
however the restore does call trigger(RESIZE)...
Is there a new version that I missed?
Thanks in advance...
0
Kamen Bundev
Telerik team
answered on 28 Dec 2011, 08:57 AM
Hello Dennis,
The maximize() method does call _onDocumentResize() which calls trigger(RESIZE). Minimize doesn't trigger resize event since it is not needed - the content is hidden in that state and not really resized.
All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!