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

ТabGroupPane: Pinning one of several unpinned panes results in all the panes getting pinned

ddaribo opened this issue · comments

Description

When there are several unpinned panes in a ТabGroupPane and one of them is pinned (by clicking the "Pin" icon button in the pane header), all of the unpinned panes get pinned back.

  • version: any
  • browser: any

Steps to reproduce

  1. Open the dock manager demo in the documentation.
  2. From the tab group pane in the upper right corner, unpin "Tab 1", "Tab 2" and "Tab 3", or any configuration of several panes.
  3. Now select one of the unpinned panes to activate it.
  4. Click the "Pin" icon button to pin the pane back.

Result

All of the unpinned panes become pinned back.

Expected result

Pinning only the target pane.

Attachments

dock-manager-pin-all-panes