IgniteUI / igniteui-dockmanager

Ignite UI Dock Manager Web Component provides means to manage the layout of your application.
Other
38 stars 0 forks source link

Applying isMaximized on split pane breaks maximizing #95

Closed mddifilippo89 closed 5 months ago

mddifilippo89 commented 6 months ago

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.

gedinakova commented 5 months ago

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.

gedinakova commented 5 months ago

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

gedinakova commented 5 months ago

Released in v1.14.4.