IgniteUI / igniteui-dockmanager

Ignite UI Dock Manager Web Component provides means to manage the layout of your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pane that has its hidden property changed does not show until the dock manager is clicked

agoldenbaum opened this issue · comments

Steps to Reproduce:

  1. Run the attached sample project.
  2. Close "Content Pane 1"
  3. Click the button to set "Content Pane 1"'s hidden property to false.

Result:

Content Pane 1 does not show up. If you click on another pane in the IgcDockManager, it shows.
overview.zip

@agoldenbaum , modifying the layout will not trigger an update. In order to do this you have to add this.dockManager.layout = {...this.dockManager.layout}; in your event listener.