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 )
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
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | sortable: cssNamespace option should be removed, addClasses option added → sortable: cssNamespace option should be removed |
Note: See
TracTickets for help on using
tickets.
It turns out addClasses is not needed for sortable like it is for draggable and droppable.