Not hiding clickable tooltips when user wants to click em [on hold]
I have just realized that I need a dynamic, table-row specific toolbar to appear when user hovers the mouse over the row. Likewise a normal tooltip, the toolbar disappears when mouse leaves the row of interest. The problem is that in order not to hide the current row with tool/action bar, you want the additional bar to be displayed outside the row but this also means that the bar will be hidden as soon as user goes for clicking it. How do you normally solve this contradiction when tooltip bar runs away from the mouse?