Changes between Initial Version and Version 4 of Ticket #8133
- Timestamp:
- Nov 4, 2012, 4:56:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8133
-
Property
Status
changed from
new
toopen
-
Property
Version
changed from
git
to1.8.16
-
Property
Summary
changed from
Cannot retrieve placeholder option value
toSortable: placeholder option class gets replaced with an object
-
Property
Milestone
changed from
1.9.0
to2.0.0
-
Property
Status
changed from
-
Ticket #8133 – Description
initial v4 1 1 If I pass a class name as the placeholder config option when creating a sortable, I can retrieve it using sortable('option', 'placeholder') only before the placeholder is created the first time (before _createPlaceholder is called). After it, instead of returning the class name as it should, it returns an object. 2 2 3 See in action at jsfiddle .net/hyBfm/3 See in action at http://jsfiddle.net/hyBfm/ 4 4 5 5 It was easy to track the cause in the source code (jquery.ui.sortable.js)