Ask questions and get good answers on jQuery

I have noticed some behaviour that I have come accross before in svg applications relating to drag drop functionality, I am not sure this is something you have come across when testing

In short when dragging and dropping a container window in Firefox, it sometimes attaches itself to the cursor despite having released left mouse button you then need to click once more to release the window from the cursor (able to send demo avi on request).

I am testing on FF 3.5.7 and IE8 it seems to be an issue specific to FF, Jeff Schiller of codedread.com had the following to offer:

I suspect you are bumping up into this problem: http://old.nabble.com/SVG-dragging-problem-td26140730.html See the Mozilla bug they reference there: https://bugzilla.mozilla.org/show_bug.cgi?id=525591 I believe this is a change in Mozilla since I first published my script. In SVG-edit, we use -moz-user-select:none and evt.preventDefault() in the mousedown handler and it has gotten rid of this problem (see svg-editor.css and svgcanvas.js).

thank you

asked Jan 20 '10 at 15:34

denelius's gravatar image

denelius
593


I can't replicate your issue... Are you using iframes on your page?

why don't you publish your test page somewhere to understand what's going on?

answered Jan 21 '10 at 18:38

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

My apologies Matteo, upon further review it appears to be related to embedding svg documents into containers ...an svg related issue perhaps. thank you

(Jan 21 '10 at 20:12) denelius
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

Asked: Jan 20 '10 at 15:34

Seen: 156 times

Last updated: Jan 21 '10 at 18:38

Related questions

jQuery main site - Matteo Bicocchi