Opened 14 years ago

Closed 14 years ago

#4038 closed bug (fixed)

sortable: cssNamespace option should be removed

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

Description (last modified by rdworth)

Per team discussion on

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

the sortable option 'cssNamespace' should be removed (not deprecated). This option was allowed for customizing the 'ui-' prefix of all UI css class names added to sortable elements. This is not compatible with the jQuery UI CSS Framework and is not intended for support by the team.

Change History (3)

comment:1 Changed 14 years ago by rdworth

It turns out addClasses is not needed for sortable like it is for draggable and droppable.

comment:2 Changed 14 years ago by rdworth

Description: modified (diff)
Summary: sortable: cssNamespace option should be removed, addClasses option addedsortable: cssNamespace option should be removed

comment:3 Changed 14 years ago by rdworth

Resolution: fixed
Status: newclosed

Fixed in r1972

Note: See TracTickets for help on using tickets.