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

🐞 - Input not blur in Firefox when click outside iframe

Open Goodzonchik opened this issue 1 year ago • 1 comments

Playground Link

https://stackblitz.com/edit/js-9bqmek?file=index.html

Description

Steps:

  1. Open application in iframe.
  2. Set focus in tui-input.
  3. Click outside iframe.

Actual: Application nothing reaction

Expected: Input set blur state and validation work.

Description: This behavior is also typical for the checkbox. In Chrome blur is set.

Angular version

16.2.0

Taiga UI version

3.48.0

Which browsers have you used?

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

Which operating systems have you used?

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

Goodzonchik avatar Nov 03 '23 09:11 Goodzonchik

Let's revisit it in 4.0 when we refactor our textfields

waterplea avatar Dec 08 '23 09:12 waterplea