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

Unpinned Content Pane flies out when interacting with some components within its content

ddaribo opened this issue · comments

Description

When some components within an Unpinned Content Pane are clicked (the pane is active and focused at that time), then the pane loses focus, "flies out" and the active pane of the dock manager becomes unset.

The bahvior is similar to this issue fixed a while ago.

  • version: 1.11.1, 1.11.0, 1.10.0
  • browser: tested with Chrome, Firefox, Edge

Steps to reproduce

  1. Open this sample

  2. Open the top unpinned pane (header "Container.CentralDispatch")

  3. Click on the "Clock" icon of the igx-time-picker component to open the time-picker overlay.

  4. This behavior is not reproducible in version 1.9.0 - sample.

Result

The pane on the background has been "flied out" and no active pane is set.

1

2

Clicking on other test components, such as IgxDropDown and selecting an item, or selecting a date from an IgxCalendar, does not fly out the pane.

Expected result

The active pane to remain as is when interacting with components within its content, as in version 1.9.0.

Fix available in v1.12.0