Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-click is overloaded over un/collapsing, selecting, and focusing in a conflicting way #6913

Open
Tracked by #4466
abey79 opened this issue Jul 16, 2024 · 0 comments
Labels
🧑‍🎨 Design Requires UX/UI designer input 📺 re_viewer affects re_viewer itself ui concerns graphical user interface

Comments

@abey79
Copy link
Member

abey79 commented Jul 16, 2024

Context

Double clicking in the UI has several, often conflicting behaviour in the UI:

  1. In a spatial view, select all instances (as opposed to a single e.g. point):

Export-1721135394375

  1. In the streams view (but not other hierarchical lists, it seems), collapse/uncollapse:

Export-1721135529155

  1. In most places, "focus" on the item:

Export-1721135758338

(In this context, "focusing" refers to our "focus item" mechanism, whereby any piece of UI may set a "focused item", which would trigger any other piece of UI to react to that, e.g. by scrolling to the corresponding item, or zooming on it, etc.—what to do, if at all, with a focused item is up to the specific UI element.)

Issue

The primary issue is the conflicting and inconsistant behaviour:

  • I want to focus on an entity from the stream view: I can do that, but that will also toggle the collapsedness.
  • I want to un/collapse lists by double-clicking on item: I can do that only in the streams view (and it will also focus on that entity).
  • I want to focus on a specific instance in a spatial view: I can't do that. If I double-click, it will first select the entire entity (all instances), and then focus on it. So e.g. the latest at dataframe cannot scroll to the specific instance that was double-clicked.

Solution

To be designed. Probably involve assigning the "focusing" behaviour to another "gesture".

Related

@abey79 abey79 added ui concerns graphical user interface 📺 re_viewer affects re_viewer itself 🧑‍🎨 Design Requires UX/UI designer input labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍🎨 Design Requires UX/UI designer input 📺 re_viewer affects re_viewer itself ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

1 participant