dragging timeline does not work in firefox #387

Closed
opened 2012-02-08 10:18:49 +00:00 by j · 3 comments
Owner

dragging large timeline in firefox on linux does not work.
instead of moving, the drag event gets handed on to the os.

dragging large timeline in firefox on linux does not work. instead of moving, the drag event gets handed on to the os.
j added this to the 12.02 milestone 2012-02-08 10:18:49 +00:00
j added the
major
defect
general
labels 2012-02-08 10:19:01 +00:00
0x2620 was assigned by j 2012-02-08 10:19:01 +00:00
rlx was assigned by j 2012-02-08 10:19:01 +00:00
rlx was assigned by j 2012-02-08 10:19:01 +00:00
see <http://stackoverflow.com/questions/3873595/how-to-disable-firefoxs-default-drag-and-drop-on-all-images-behavior-with-jquer>
Owner
$(document).bind("dragstart", function() {
     return false;
});

would do it.

``` $(document).bind("dragstart", function() { return false; }); ``` would do it.
Owner

In []changeset:oxjs,1232:

#!CommitTicketReference repository="" revision="oxjs,1232"
fix for firefox image drag bug (fixes #387, and drag-and-drop)
In []changeset:oxjs,1232: ``` #!CommitTicketReference repository="" revision="oxjs,1232" fix for firefox image drag bug (fixes #387, and drag-and-drop) ```
rlx added the
fixed
label 2012-02-15 23:08:37 +00:00
rlx closed this issue 2012-02-15 23:08:37 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#387
No description provided.