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

🐛 TextBox focus behavior inside Tab #648

Closed
Daanchaam opened this issue Dec 12, 2022 · 3 comments · Fixed by #730
Closed

🐛 TextBox focus behavior inside Tab #648

Daanchaam opened this issue Dec 12, 2022 · 3 comments · Fixed by #730
Labels
bug Something isn't working

Comments

@Daanchaam
Copy link

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:

  1. Copy the following gist into a new flutter application with fluent_ui as a dependency
  2. Run the application, click the first TextBox
  3. 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.

@bdlukaa bdlukaa added the bug Something isn't working label Dec 14, 2022
@bdlukaa
Copy link
Owner

bdlukaa commented Dec 23, 2022

Hey! Can you check if #659 fixes the issue?

@Daanchaam
Copy link
Author

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.

@bdlukaa bdlukaa mentioned this issue Feb 9, 2023
3 tasks
@x-brymo
Copy link

x-brymo commented Jul 1, 2024

السلام عليكم
i have a problem in textBox fluent_ui
image

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

Successfully merging a pull request may close this issue.

3 participants