Skip to content

Text Input fixes for InteractionDisabled#25017

Merged
alice-i-cecile merged 1 commit into
bevyengine:mainfrom
gagnus:ui_widgets_text_input_disabled
Jul 16, 2026
Merged

Text Input fixes for InteractionDisabled#25017
alice-i-cecile merged 1 commit into
bevyengine:mainfrom
gagnus:ui_widgets_text_input_disabled

Conversation

@gagnus

@gagnus gagnus commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Objective

  • Found that a disabled feathers text input was still clickable (cursor appeared) and typeable (letters added)

Solution

  • Exclude EditableText with InteractionDisabled from focused keyboard input and on pointer press

Testing

  • Tested locally in feathers gallery by making the text edit InteractionDisabled both with and without this change.

@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy A-UI Graphical user interfaces, styles, layouts, and widgets labels Jul 16, 2026
@github-project-automation github-project-automation Bot moved this to Needs SME Triage in UI Jul 16, 2026
@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Jul 16, 2026
@alice-i-cecile
alice-i-cecile added this pull request to the merge queue Jul 16, 2026
Merged via the queue into bevyengine:main with commit 73939cb Jul 16, 2026
47 checks passed
@github-project-automation github-project-automation Bot moved this from Needs SME Triage to Done in UI Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants