bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Bootstrap tooltip issues in landing zone list view #1949

Closed mikkonie closed 5 months ago

mikkonie commented 5 months ago

A user has reported the good old "button becomes unclickable thanks to Boostrap tooltip messing up" bug on the landing zone list view.

I'll have to see if this can be reproduced and fixed nicely. But probably not, better just to disable the bootstrap tooltip and go with the browser default "title" attribute.

The template include (currently) comes from irodsbackend, so this actually needs to be changed there.

mikkonie commented 5 months ago

Fixed. I simply removed the Bootstrap tooltips for now. The entire zone list UI will most likely be redone in the near future as a client-side app anyway. Or at the very least we'll upgrade to Bootstrap v5 at some point in the future. Hence, no point in spending time trying to come up with a fix for a bug in an old Bootstrap version..