Skip to main content

Search and Top Navigation

#7256 closed enhancement (fixed)

Opened April 15, 2011 02:16PM UTC

Closed May 02, 2011 01:57PM UTC

Last modified May 02, 2011 02:08PM UTC

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.

Attachments (0)
Change History (4)

Changed May 02, 2011 01:57PM UTC by adambaratz comment:2

resolution: → fixed
status: newclosed

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

Changeset: 74d195e39681791545b3026a66bfa3f319237e5a

Changed May 02, 2011 02:08PM UTC by adambaratz comment:3

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

(cherry picked from commit 74d195e39681791545b3026a66bfa3f319237e5a)

Changeset: 0da176b0062f497b13eddcf4c8312f960019f4d3

Changed May 02, 2011 02:08PM UTC by scottgonzalez comment:4

milestone: 1.91.8.13