taiga-ui icon indicating copy to clipboard operation
taiga-ui copied to clipboard

🐞 - TuiCheckboxBlock gets focused state after click and change tabs

Open k-tar-t opened this issue 1 year ago • 1 comments

Playground Link

https://taiga-ui.dev/components/checkbox-block

Description

After check/uncheck value via click component doesn't show focused state, but gets focused border after switching browser tab and switching back.

After some investigation found that can be related with changes in tuiIsNativeFocused in this commit https://github.com/taiga-family/taiga-ui/commit/31a94838

Angular version

14

Taiga UI version

3.63+

Which browsers have you used?

  • [X] Chrome
  • [ ] Firefox
  • [ ] Safari
  • [ ] Edge

Which operating systems have you used?

  • [X] macOS
  • [ ] Windows
  • [ ] Linux
  • [ ] iOS
  • [ ] Android

k-tar-t avatar Feb 08 '24 15:02 k-tar-t

This will get fixed in 4.0 once we move to :focus-visible across the entire library.

waterplea avatar Feb 12 '24 14:02 waterplea