Actions
Feature proposal #7615
closedImprove js binding performance
Description
A lot of the JS binding is too heavy. The document delegate for example should delegate only for tooltip usecases. There's a lot of off on toggling that isn't necessary as well. Displaying new and hiding new should also stop bubbling just to make those events instant as neither need bubbling.
Actions