IgniteUI/igniteui-dockmanager

Applying isMaximized on split pane breaks maximizing

Closed this issue · 3 comments

https://stackblitz.com/edit/rckq7s

Click maximize button that contains Document 1 and 2.

Result: nothing happens.

Expected Result: Pane is maximized on load and can be toggled.

Hi Mike, we will inestigate this further to see why setting the property on a split pane breaks the layout, but for the time-being I recommend you move it to the tabgrouppane to get the desired behavior. In general, I believe isMaximized is meant for the actual content and setting it on a split pane level doesn't make much sense, as with docking/undocking new split panes get created and certain settings can be lost. Hope this helps.

In our next patch, we will release a fix which:

  • will make it possible to maximize/normalize panes whose parent split pane has its 'isMaximized' = true;
  • will make sure setting the 'isMaximized' = true on either TabGroupPane or ContentPane will show them maximized as expected.
  • will deprecate the 'isMaximized' property on IgcSplitPane.

Released in v1.14.4.