Bug Tracker

Ticket #2355 (closed bug: invalid)

Opened 7 months ago

Last modified 6 months ago

.sortable("serialize") unable to handle id with '-' in it

Reported by: Bitruder Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

Description

If run .sortable("serialize") on a list with an item that has an id with '-' in it, then that id is chopped off just before the - character.

<div id="sortlist"> <div class="sortable" id="test-id">Content</div> <div class="sortable" id="test-again">Hello</div> </div>

If you make that a sortable and then serialize it, you get two test', not test-id' and `test-again'.

(using UI 1.5b)

Attachments

Change History

Changed 7 months ago by Bitruder

Sorry, I now realize that your default value for expression will look for something of the form (.+)[-=_](.+). I just passed an expression option and it works now (I juse used (.+)).

Might want to add that default value to the documentation as I wouldn't have expected - to be a default separating character.

Changed 6 months ago by paul

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.