Skip to Content
0
Former Member
Apr 15, 2013 at 10:09 PM

Is there some sort of layout resize manager for the SAPUI5?

235 Views

I know there is the hidden and private sap.ui.core.ResizeHandler but it looks like a naive implementation.

1. The Charts are fixed after rendering.

2. Notification Widget has it's own resizing attached to the dom and it's not even being throttled

Offensive Code Below:

//Snippet From sap.ui.ux3.NotificationBar-dbg.jssap.ui.ux3.NotificationBar.prototype.init = function() {...    jQuery(window).unbind("resize", fnOnResize);}

Attachments

resizing.png (420.1 kB)