-
Notifications
You must be signed in to change notification settings - Fork 366
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
No way to deselect #2709
Comments
Seems like this mostly applies to the 2D cases, because in 3D clicking into empty 3D space does deselect. Still, deselecting when clicking any white space of the UI seems reasonable as well. |
Clicking in left panel's empty space should deselect |
Also, command-clicking on the item in the left panel deselects it. |
On the command clicking: this actually also works for entities inside the views, so this works well, once you know about it. However, it does not work for the title of the views. I would expect selection / deselection of the title to behave similar to the title in the left panel. Especially since they have a very similar visual once they are selected. |
### What As the title says. - Fixes #2709 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/4831/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/4831/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/4831/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4831) - [Docs preview](https://rerun.io/preview/7c58c5ed42c20134bf28d110d28a313f3d378be8/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/7c58c5ed42c20134bf28d110d28a313f3d378be8/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Reopening since clicking in empty space in 3D view doesn't deselect anymore. Could we add deselect when clicking in the empty space right of the rerun.io text? |
I'll can add so hitting escape deselects. That makes sense imho: |
Describe the annoyance
Once an entity is selected, I couldn't figure out a way to deselect it, other than selecting another entity. So to have nothing highlighted I have to select an entity that isn't in the view or delete the entity that is currently selected.
Generally this feels a bit unintuitive. I think most other programs would, for example, deselect when clicking into any white space.
The text was updated successfully, but these errors were encountered: