Lists: Delay closing of pop-up
Closed this issue · 1 comments
Bagera commented
Description
A user should be able to take a shortcut to an action in the pop-up without the popup closing because their mouse moved ever so slightly outside the cell on the way to the pop-up.
Estimated size (S)
I think this issue is small because I don't think it will affect many components.
Possible implementations
I think just adding a delay to the closing and probably opening of a pop-up should fix this. A delay to the opening of a pop-up could also avoid "spamming" the screen with pop-ups when you mouse over a list. A delay of 250ms might be good.
Jrende commented
On it!