-
Notifications
You must be signed in to change notification settings - Fork 30.6k
Selection Handles Overlap Context Menu in SelectionArea #168765
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: qualityA truly polished experienceA truly polished experiencef: selectionSelectableRegion, SelectionArea, SelectionContainer, Selectable, and related APIsSelectableRegion, SelectionArea, SelectionContainer, Selectable, and related APIsfound in release: 3.29Found to occur in 3.29Found to occur in 3.29found in release: 3.32Found to occur in 3.32Found to occur in 3.32frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onteam-text-inputOwned by Text Input teamOwned by Text Input teamtriaged-text-inputTriaged by Text Input teamTriaged by Text Input team
Description
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: qualityA truly polished experienceA truly polished experiencef: selectionSelectableRegion, SelectionArea, SelectionContainer, Selectable, and related APIsSelectableRegion, SelectionArea, SelectionContainer, Selectable, and related APIsfound in release: 3.29Found to occur in 3.29Found to occur in 3.29found in release: 3.32Found to occur in 3.32Found to occur in 3.32frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onteam-text-inputOwned by Text Input teamOwned by Text Input teamtriaged-text-inputTriaged by Text Input teamTriaged by Text Input team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Steps to reproduce
Do the following (see code and video):
-- Wrap a
Textwidget in aSelectionAreawidget-- Long press on a word: the word will be selected and the context menu will open
-- Click on the 3-dot button to see the other context menu options: the selection handle/bubbles will be over the context menu
Some observations:
-- The problem doesn't happen with the
SelectableTextwidget, it only happens withSelectionArea-- The problem disappears if the selection handle is moved after the long press (see video)
Related issue: #59229
Expected results
(see video)
Actual results
(see video)
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
context_menu_bug.webm
Logs
Logs
Flutter Doctor output
Doctor output