Skip to main content

Search and Top Navigation

#5884 closed bug (duplicate)

Opened July 30, 2010 12:06PM UTC

Closed December 10, 2010 07:26PM UTC

Last modified October 11, 2012 09:15PM UTC

Interactions: Replace usage of .data() with $.data

Reported by: jzaefferer Owned by:
Priority: major Milestone:
Component: ui.mouse Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

.data() has a lot of overhead by triggering various events. jQuery UI doesn't need those events, so replace all uses with $.data for better performance.

Using the mouse-component for now, as several interactions are affected. Should be handled as part of the interactions rewrite.

Attachments (0)
Change History (3)

Changed December 10, 2010 07:26PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed December 10, 2010 07:26PM UTC by scottgonzalez comment:2

Duplicate of #6172.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted