Long press and long hover behavior needs to be improved #1386
Labels
approved
This feature request will be implemented
enhancement
A new feature request
needs discussion
Need to discuss what to do
Milestone
Describe the feature
Long press events are currently supported on all platforms. However, there are several key issues:
Long press events are accidentally triggered on desktop and get in the way; we only really need them on mobile, so we should disable them on desktop.
Long press events are currently responsible for displaying both tooltips and context menus on mobile, which does not work with our new paradigm of putting app actions in a default context menu (Significant redesign of app bar / app chooser / top bar / context menu paradigm #1197), as all widgets now have context menus that inconveniently show up whenever you want to look at a tooltip. We need a different trigger for tooltips and context menus on mobile somehow.
Even without that conflict, the discoverability of the long press feature is still very low, and the same is somewhat true, albeit to a lesser extent, on desktop with the right click. We really don't want it to be this hard to find the settings, and tooltips need to be discoverable on mobile (it wouldn't hurt to have some sort of cursor or indicator to make tooltips more discoverable on desktop as well).
I encountered those issues while writing the long press event docs in #1321.
Relevant code
No response
The text was updated successfully, but these errors were encountered: