AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

right click menu is disabled if nothing was explicitly selected #312

Open toloudis opened 3 weeks ago

toloudis commented 3 weeks ago

Load the variance dataset, go to thumbnail view, and just right click any thumbnail. The dropdown menu is visible but greyed out and disabled. You can't do anything until you left-click select something first. My expectation as a user needs to be trained that nothing is actually wrong here, because I might interpret this that the dropdown menu options are unavailable due to missing data or something.

Maybe when nothing is selected, right click could just select the single item that was clicked?

SeanLeRoy commented 3 weeks ago

Maybe when nothing is selected, right click could just select the single item that was clicked?

This seems like the right behavior to me. To the assignee, confirm with @lynwilhelm.

lynwilhelm commented 2 weeks ago

@SeanLeRoy @BrianWhitneyAI @toloudis I just tried it out myself. I can see how if we just force-select whatever file the user is currently hovered over when they right click, they would be able to see the menu options clearly and we could avoid the greying out all together. I guess I slightly lean toward this without knowledge of any unforeseen negative implications. FYI this aligns with what the behavior is on my Mac. This seems like very low priority/impact though, so I'd do this last if there are other things!