Actions
Feature proposal #9787
closedReplace simple tooltips with title attrib
Feature proposal #9787:
Replace simple tooltips with title attrib
Description
This is causing thousands of tooltips to bind on rendering which hurts render performance unnecessarily. Just replace all these with title attributes, which functionality do the same as a simple tooltip (just renders plain text).
Updated by krileon about 1 month ago
This would basically be a complete removal of HtmlHelper::getSimpleTooltip. While it's a bit of extra work it would result in substantial client side gains to avoid having to parse for hundreds of tooltips.
Updated by krileon about 1 month ago
- % Done changed from 0 to 30
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 30 to 100
Actions