Actions
Patch #41624
closedCSS-fix to prevent 'blinking' tooltips
Description
At [Planio](https://plan.io/redmine-hosting) we've had users of the Chrome browser reporting that sometimes, the tooltip of links was placed in a way that made it turn on and off while the mouse was placed over the link. It's a bit hard to reproduce but often happened with narrow viewports and long tooltip content on the edge of the window that got wrapped around onto a second line of text in the tooltip.
The attached patch fixes that by making the tooltip itself non-reactive to pointer events.
Files
Updated by Go MAEDA about 2 months ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 6.0.0
Marius BĂLTEANU committed the fix in r23172. Thank you for your contribution.
Updated by Marius BĂLTEANU about 2 months ago
- Target version changed from 6.0.0 to 5.0.10
I've merged this fix to stable branches.
Actions