taiga-family / taiga-ui

Angular UI Kit and components library for awesome people
https://taiga-ui.dev
Apache License 2.0
3.2k stars 438 forks source link

🐞 - TuiCheckboxBlock gets focused state after click and change tabs #6719

Open k-tar-t opened 7 months ago

k-tar-t commented 7 months ago

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?

Which operating systems have you used?

waterplea commented 7 months ago

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