Opened 14 years ago
Closed 14 years ago
#4118 closed bug (fixed)
Sortable: option sortIndicator is undocumented
Reported by: | rdworth | Owned by: | Scott González |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See
http://docs.jquery.com/UI/Sortable#option-sortIndicator
Current default: ??? Current description: ???
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → accepted |
Since the sortable tree isn't part of UI yet (not even in the dev branch, only in experimental), I don't think this is a valid reason to keep around an invalid option.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in r2070. Removed option and updated docs.
Note: See
TracTickets for help on using
tickets.
I really would like to keep this undocumented. It's a bad pattern (it exposes the full internal API), but needed for now because the sortable tree uses it. I want to get rid of it in the next version, as soon as we have basic inheritance patterns available.