Skip to main content

Search and Top Navigation

#15020 closed bug (notabug)

Opened August 03, 2016 08:06AM UTC

Closed September 01, 2016 07:15PM UTC

Last modified September 20, 2016 09:48AM UTC

I don't know how to use sortable with the npm v1.12.0

Reported by: gajuro Owned by: gajuro
Priority: minor Milestone: none
Component: ui.sortable Version: 1.12.0
Keywords: Cc:
Blocked by: Blocking:
Description

With v1.10.5 all I do is:

$ = require('jquery')
require "jquery-ui/sortable"

With v1.12.0 I've tried:

$ = require('jquery')
require "jquery-ui/ui/widgets/sortable"

It doesn't work.

Attachments (0)
Change History (4)

Changed August 03, 2016 02:26PM UTC by jzaefferer comment:1

_comment0: Please provide more info about your setup, what exactly is failing (and output?) and whatever else can help us reproduce the issue.1470236386872287
owner: → gajuro
status: newpending

Please provide more info about your setup, what exactly is failing (any output?) and whatever else can help us reproduce the issue.

Changed September 01, 2016 07:15PM UTC by scottgonzalez comment:2

resolution: → notabug
status: pendingclosed

Changed September 20, 2016 07:19AM UTC by gajuro comment:3

Replying to [comment:2 scottgonzalez]:

Hi,

Why did you close this one? Is it too hard to give me an example of how to use the npm of the library?

Changed September 20, 2016 09:48AM UTC by gajuro comment:4

This is what I had to do in my Meteor app to make sortable work:

require('jquery-ui/ui/widget')
require('jquery-ui/ui/scroll-parent')
require('jquery-ui/ui/data')
require('jquery-ui/ui/widgets/mouse')
require('jquery-ui/ui/ie')
require('jquery-ui/ui/widgets/sortable')