Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focusable elements within Floating panes do not receive on click #42

Closed
ddaribo opened this issue Sep 20, 2022 · 3 comments
Closed

Focusable elements within Floating panes do not receive on click #42

ddaribo opened this issue Sep 20, 2022 · 3 comments
Assignees
Labels
bug Something isn't working status: resolved

Comments

@ddaribo
Copy link

ddaribo commented Sep 20, 2022

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.

@ddaribo ddaribo added bug Something isn't working status: in-review labels Sep 20, 2022
@fexxdev
Copy link

fexxdev commented Oct 6, 2022

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

@TrinTragula
Copy link

Same problem for us

@igdmdimitrov
Copy link
Contributor

Fix available in v1.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status: resolved
Projects
None yet
Development

No branches or pull requests

5 participants