Opened 15 years ago
Closed 15 years ago
#2727 closed bug (worksforme)
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 (3)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Owner: | changed from paul to braeker |
---|
comment:2 Changed 15 years ago by
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.
Note: See
TracTickets for help on using
tickets.
my code i tried with (21.04.2008)