Opened 14 years ago

Closed 14 years ago

#4037 closed bug (fixed)

droppable: cssNamespace option should be removed, addClasses option added

Reported by: rdworth Owned by:
Priority: blocker Milestone: 1.7
Component: ui.droppable Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

Per team discussion on

http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/30b304c6407f5130

the droppable option 'cssNamespace' should be removed (not deprecated). This option had two intents

  1. Allowing for customizing the 'ui-' prefix of all UI css class names added to droppable elements. This is not compatible with the jQuery UI CSS Framework and is not intended for support by the team.
  1. Preventing the .addClass("ui-droppable") on many hundreds of elements at init for performance reasons, by setting cssNamespace option to false. Per the same discussion, this should instead be implemented as a new option 'addClasses' with a default value of true.

Change History (1)

comment:1 Changed 14 years ago by rdworth

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.