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

Reset Blueprint buttons in tooltip #5984

Closed
karimo87 opened this issue Apr 16, 2024 · 2 comments
Closed

Reset Blueprint buttons in tooltip #5984

karimo87 opened this issue Apr 16, 2024 · 2 comments
Labels
🪳 bug Something isn't working egui Requires egui/eframe work 🏎️ Quick Issue Can be fixed in a few hours or less ui concerns graphical user interface

Comments

@karimo87
Copy link
Member

Describe the bug

When hovering Application ID in Blueprint panel I get two buttons in the tooltip.

To Reproduce
Steps to reproduce the behavior:
See video

Expected behavior

No buttons, or a drop down that lets me click the buttons.

Screenshots

Tooltip.buttons.mp4

Backtrace

Desktop (please complete the following information):

  • OS: macOS Monterey 12.6

Rerun version

15.1

@karimo87 karimo87 added 🪳 bug Something isn't working 👀 needs triage This issue needs to be triaged by the Rerun team labels Apr 16, 2024
@emilk emilk added egui Requires egui/eframe work and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Apr 16, 2024
@emilk
Copy link
Member

emilk commented Apr 16, 2024

One way to solve this is to remove all buttons from tooltips.

Another way is to actually add support for clicking buttons in tooltips, by keeping tooltips around when you hover them.
There are other places where this would be useful, e.g. tooltips containing links to docs.

@emilk emilk added ui concerns graphical user interface 🏎️ Quick Issue Can be fixed in a few hours or less labels Apr 16, 2024
@emilk
Copy link
Member

emilk commented Jul 5, 2024

These buttons are gone.
Also, since egui 0.28 we now support actually clicking buttons in tooltips.

@emilk emilk closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working egui Requires egui/eframe work 🏎️ Quick Issue Can be fixed in a few hours or less ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

2 participants