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

Focusable elements within Floating panes do not receive on click

ddaribo opened this issue · comments

Description

Elements such as inputs or buttons are not receiving focus on click when a pane is floating. When docked, clicking results in focusing the elements as expected.

  • version: 1.11.1, probably any
  • browser: Tested in Chrome, Mozilla, Firefox

Steps to reproduce

  1. Open this sample
  2. Attempt to type in the number input in the "Accounts" pane.
  3. Drag the "Accounts" pane to float it.
  4. Attempt to type again.

Or, also reproducible in the dev sample component for the "Floating 2" pane hosting a simple input.

While this is reproducible in a node app, it is not in an Angular app with the IgcDockManager - sample here.

Result

The input does not receive focus and the user is not able to type.

Expected result

Being able to type.
Workaround on application level - sample here.

It doesn't work here too. Up! :)
Additional info: v. 1.7.0 works, after that it broke

Same problem for us

Fix available in v1.12.0