-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsteam-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
Description
The EditableText parameters selectionControls, dragStartBehavior, onSelectionHandleTapped, contextMenuBuilder, and magnifierConfiguration are passed on to the TextSelectionOverlay but the overlay is not updated when the widgets' configuration changes so those values remain stale.
For example, if you set a contextMenuBuilder on a TextField, then change the builder, the old builder will continue to be used until the selection gets reset (which for some reason seems to happen when you unfocus then refocus the field).
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsteam-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team