Search and Top Navigation
#4850 closed bug (notabug)
Opened September 11, 2009 03:49PM UTC
Closed November 17, 2009 02:34PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Attachments (0)
Change History (4)
Changed September 11, 2009 03:59PM UTC by comment:1
Changed October 06, 2009 01:26AM UTC by comment:2
Can you please provide a test case.
Changed November 17, 2009 02:34PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Please reopen with a testcase.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
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.