humlab-sead / sead_browser_client

Online browser client for the SEAD database
2 stars 0 forks source link

Tooltip attachment problem #293

Open johanvonboer opened 12 months ago

johanvonboer commented 12 months ago

There's a problem with how tooltips are being attached to rows of individual samples in a sample group. The actual rows in question doesn't exist until the sample group has been expanded, which leaves an amount of tooltips in a state of perpetual limbo where they repeatedly attempt to attach themselves to an element that does not yet exist.

This is not a huge problem, but it's a minor performance issue since constantly attempting to attach X number of tooltips every second or so is an unneccesary background operation that we should try to eliminate somehow.