Search and Top Navigation
#4831 closed bug (notabug)
Opened September 03, 2009 07:37PM UTC
Closed November 17, 2009 05:43PM UTC
Last modified October 11, 2012 09:15PM UTC
ui.sortables serialize function returns object
| Reported by: | epoplive | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | ui.sortable | Version: | 1.8a1 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
I've noticed that in the 1.8a1 ui sortables, the serialize method seems to return an object instead of a string.
Inside the ui.sortable code, doing a alert(typeof(str.join('&'))); before the return shows 'string', but doing the same for the return from the actual .sortable("serialize) method shows 'object'.
Attachments (0)
Change History (4)
Changed September 03, 2009 07:42PM UTC by comment:1
Changed September 03, 2009 08:27PM UTC by comment:2
It looks like this was actually due to using the 1.8a1 sortable code with the 1.7.2 core. Sorry about the confusion.
Changed November 17, 2009 05:43PM UTC by comment:3
| resolution: | → invalid | 
|---|---|
| status: | new → closed | 
Marking as invalid by comment of author.
Changed October 11, 2012 09:15PM UTC by comment:4
| milestone: | TBD | 
|---|
Milestone TBD deleted
http://onewptest.lawinfo.com/sortTest.php
the first alert showing 'string' is from inside the ui.sortable code, the second alert showing 'object' is from the stop function with the actual .sortable('serialize') call