#4850 closed bug (notabug)
Selectable: this._selection[i].data("selectable-item") is undefined
Reported by: | talmdal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.selectable | Version: | 1.8a1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've probably got the version wrong. I was playing around with the latest version from svn and got the above error on:
this._selection[i].data('selectable-item').selected = false;
in the _removeFromSelection method.
Change History (4)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen with a testcase.
Note: See
TracTickets for help on using
tickets.
Further to: It seems that it is possible for data("selectable-item") not to be set, so there are a variety of places where data("selectable-item") needs to be tested.