You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: