voxel51/fiftyone

[FR] Hide App tooltips on click event?

Offen

#1.851 geöffnet am 09.06.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (400 Forks)batch import
appenhancementgood first issue

Repository-Metriken

Stars
 (4.021 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 11h) (161 gemergte PRs in 30 T)

Beschreibung

On fiftyone==0.16.2, I want to hide the filters sidebar, so I click on the button. However, the "hide tooltip" event is not triggered, so now the tooltip on the collapsed sidebar is stuck in the visible state.

Suggestion: should clicking on any button hide the tooltip? This would address the above issue, but, in general, it seems like if I clicked on it, I no longer need to see the tooltip.

Related suggestion: the sidebar-collapse-issue is difficult to avoid with fiftyone==0.16.2 because tooltips now appear essentially instantly. I think a bit more delay would be appropriate/more typical.

Contributor Guide