Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#7256 closed enhancement (fixed)

minimize event binding in Datepicker initialization

Reported by: adambaratz Owned by:
Priority: minor Milestone: 1.8.13
Component: ui.datepicker Version: 1.8.11
Keywords: Cc:
Blocked by: Blocking:

Description

Every time a Datepicker is displayed, mouseout and mouseover events are bound to the controllable elements inside the Datepicker. This is costly, particularly because there are many such elements. "Delegate" events bound against the container div will minimize these costs.

Change History (4)

comment:2 Changed 12 years ago by adambaratz

Resolution: fixed
Status: newclosed

Datepicker: bind hover events using delegate. Fixed #7256 - minimize event binding in Datepicker initialization.

Changeset: 74d195e39681791545b3026a66bfa3f319237e5a

comment:3 Changed 12 years ago by adambaratz

Datepicker: bind hover events using delegate. Fixed #7256 - minimize event binding in Datepicker initialization. (cherry picked from commit 74d195e39681791545b3026a66bfa3f319237e5a)

Changeset: 0da176b0062f497b13eddcf4c8312f960019f4d3

comment:4 Changed 12 years ago by Scott González

Milestone: 1.91.8.13
Note: See TracTickets for help on using tickets.