Side navigation
#2727 closed bug (worksforme)
Opened April 21, 2008 08:44PM UTC
Closed May 03, 2008 06:37AM UTC
combining resize and dragging throws an error
Reported by: | mad | Owned by: | braeker |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
While combining resizing and dragging I got an error.
I combined the code(s) of the examples, so my main code is:
$(".dNr").resizable().draggable({ helper: 'clone', containment: 'parent' });
The Error that was thrown:
o.dragPrevention.toLowerCase is not a function http://dev.jquery.com/view/tags/ui/1.0.1a/ui.mouse.js Line 43
Attachments (1)
Change History (2)
Changed April 23, 2008 09:48AM UTC by comment:1
owner: | paul → braeker |
---|
Changed May 03, 2008 06:37AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
You are using a very old version of the mouse manager. Can re tetest it using the latest files please? It should work fine.