IgniteUI / igniteui-dockmanager

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

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

Closed ddaribo closed 1 year ago

ddaribo commented 1 year ago

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.

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