Skip to content

๐Ÿ› TextBox focus behavior inside Tabย #648

@Daanchaam

Description

@Daanchaam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions