Bug Tracker

Ticket #2727 (closed bug: worksforme)

Opened 9 months ago

Last modified 8 months ago

combining resize and dragging throws an error

Reported by: mad Assigned to: braeker
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

code.html (1.6 kB) - added by mad 9 months ago.
my code i tried with (21.04.2008)

Change History

Changed 9 months ago by mad

my code i tried with (21.04.2008)

Changed 9 months ago by paul

  • owner changed from paul to braeker

Changed 8 months ago by paul

  • status changed from new to closed
  • resolution set to worksforme

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.