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

Docking not working with allowFloating: false

Timmeeeey opened this issue · comments

Description

Panes with allowFloating: false can't be docked to any other pane.

  • version: 1.10
  • browser: Chrome

Steps to reproduce

https://codesandbox.io/s/optimistic-sound-bfmu0j

There are 3 panes with allowFloating: false.
When you drag a pane and try to dock it on another pane then an error occurs.

I just found out this only happens when no floatingPanes are defined.

Fix available in v1.12.0