I have a diagram where I change the height from javascript on page resize like so:
$("#diagram").height(xxx);
When I call this, the height is applied as I can see the diagram's border cover the larger area. This works fine when resizing the browser window by dragging a corner to resize. However, when I maximize the window, the diagram resizes, however the content in the lower part of the diagram remains hidden.
For example,if when I maximize the browser, the diagram becomes 100 pixels taller, the bottom 100 pixels of the diagram is empty - I cannot even drag shapes into that area. If I resize via dragging the browser corner, it fixes itself again.
I attached screenshots that describe the behavior.
Is their any workaround you can think of?