Opened 15 years ago
Closed 10 years ago
#3106 closed bug (invalid)
Sortable: serialize throws error if sortable contains tabs.
Reported by: | kape | Owned by: | kape |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.5.1 |
Keywords: | sortable serialize tabs | Cc: | |
Blocked by: | Blocking: |
Description
I have a bunch of sortable widgets and for any that contain tabs I get the following error when I call sortable.('serialize'):
widgets_sortableUpdate is the function I call on update.
$[namespace][plugin] is undefined getter()ui.core.js (line 76) (?)()()ui.core.js (line 90) widgets_sortableUpdate(Object originalEvent=Event mouseup which=1 view=window, Object helper=Object placeholder=Object position=Object)widgets.js (line 139) trigger()("sortupdate", [Object originalEvent=Event mouseup which=1 view=window, Object helper=Object placeholder=Object position=Object], td.column25, false, widgets_sortableUpdate(e, ui))jquery.js (line 2030) triggerHandler()("sortupdate", [Object originalEvent=Event mouseup which=1 view=window, Object helper=Object placeholder=Object position=Object], widgets_sortableUpdate(e, ui))jquery.js (line 2255) propagate()("update", Object originalEvent=Event mouseup which=1 view=window, null, undefined)ui.sortable.js (line 63) clear()(Object originalEvent=Event mouseup which=1 view=window, undefined)ui.sortable.js (line 591) mouseStop()(Object originalEvent=Event mouseup which=1 view=window, undefined)ui.sortable.js (line 583) mouseUp()(Object originalEvent=Event mouseup which=1 view=window)ui.core.js (line 260) _mouseUpDelegate()()ui.core.js (line 224) handle()(Object originalEvent=Event mouseup which=1 view=window)jquery.js (line 2076) (?)()()jquery.js (line 1858)
[]; |
Change History (7)
comment:1 Changed 15 years ago by
Milestone: | → TDB |
---|---|
Priority: | minor → major |
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:5 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:6 Changed 10 years ago by
Owner: | changed from paul to kape |
---|---|
Status: | new → pending |
Summary: | sortable.('serialize') throws error if sortable contains tabs. → Sortable: serialize throws error if sortable contains tabs. |
Thanks for taking the time to contribute to the jQuery UI project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the git version of both jQuery UI and jQuery to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/ZgAqH/Open the link and click to "Fork" (in the top menu) to get started.
comment:7 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Doesn't throw an error, and doesn't show anything if you do the following:
jQuery( "#listTabs" ).tabs(); containing DIV jQuery("#listTabsSortable").sortable({ UL tag
});
The alert is blank, no result, with 6 LI tags containing unique ID attributes.