flutter/examples/api/test/material/context_menu
Renzo Olivares 21ad7122a1
Implement SelectionArea single click/tap gestures (#132682)
This change collapses the selection at the clicked/tapped location on single click down for desktop platforms, and on single click/tap up for mobile platforms to match native.

This is a change from how `SelectionArea` previously worked. Before this change a single click down would clear the selection. From observing a native browser it looks like when tapping on static text the selection is not cleared but collapsed. A user can still attain the selection from static text using the `window.getSelection` API.

https://jsfiddle.net/juepasn3/11/ You can try this demo out here to observe this behavior yourself. When clicking on static text the selection will change.

This change also allows `Paragraph.selections` to return selections that are collapsed. This for testing purposes to confirm where the selection has been collapsed.

Partially fixes: #129583
2023-09-28 01:42:16 +00:00
..
context_menu_controller.0_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
editable_text_toolbar_builder.0_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
editable_text_toolbar_builder.1_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
editable_text_toolbar_builder.2_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
selectable_region_toolbar_builder.0_test.dart Implement SelectionArea single click/tap gestures (#132682) 2023-09-28 01:42:16 +00:00