Skip to main content

Bug Tracker

Side navigation

#2474 closed bug (fixed)

Opened March 07, 2008 07:43PM UTC

Closed March 15, 2008 05:43PM UTC

selectable("<toggle, destroy,...>") doesn't work

Reported by: thedoc Owned by: rworth
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: selectables Cc:
Blocked by: Blocking:
Description

if I use these functions I get the following error:

select has no properties
 select[options].apply(select, args);

I attached a patch to fix this issue

Attachments (2)
  • selectable.diff (0.9 KB) - added by thedoc March 07, 2008 07:43PM UTC.
  • selectable.patch (1.1 KB) - added by ThrushAAX March 15, 2008 05:12PM UTC.

    updated patch with namespacing

Change History (2)

Changed March 11, 2008 10:07AM UTC by paul comment:1

owner: paulrworth

Changed March 15, 2008 05:43PM UTC by scott.gonzal comment:2

resolution: → fixed
status: newclosed

Fixed in [4982] - Thanks ThrushAAX.