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
Describe the bug
Textboxes can be focused by clicking on them, and this focus is removed by clicking anywhere else in the application (usually). However, when a textbox is put inside a Tab, this focus removal is not possible anymore.
To Reproduce
Steps to reproduce the behavior:
Copy the following gist into a new flutter application with fluent_ui as a dependency
Run the application, click the first TextBox
Click outside the TextBox, note the focus is not being removed
Expected behavior
The focus should be removed from the TextBox, as it does when not wrapped inside a TabView
Additional context
I have tried options like this one, but to no avail yet. It definitely feels like this is not intended behavior.
The text was updated successfully, but these errors were encountered:
Hey, sorry for the late reply.
I tried the same gist, but with the changed version of the tab view from #659 , but that does not seem to fix it. I can still reproduce the bug.
Describe the bug
Textboxes can be focused by clicking on them, and this focus is removed by clicking anywhere else in the application (usually). However, when a textbox is put inside a Tab, this focus removal is not possible anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The focus should be removed from the TextBox, as it does when not wrapped inside a TabView
Additional context
I have tried options like this one, but to no avail yet. It definitely feels like this is not intended behavior.
The text was updated successfully, but these errors were encountered: