Opened 4 years ago

Closed 4 years ago

#1485890 closed Bugs (fixed)

Drag'n'Drop dosnt work in FireFox SVN 2591

Reported by: lacri Owned by:
Priority: 4 Milestone: 0.3-stable
Component: Client Scripts Version: git-master
Severity: major Keywords:
Cc:

Description

in the current SVN 2591 the drag and drop function dosnt work i would move Messages from one Folder to another in the mail task i have testet in IE7 and IE8 in Opera and Firefox 2.20 and Firefox 3.5 Beta 4 only in Firefox Drag and Drop will not work in IE and Opera works fine.

Change History (4)

comment:1 Changed 4 years ago by lacri

i have also an javascript error e is undefined in common.js
var mX = (e.pageX) ? e.pageX : e.clientX;
var mY = (e.pageY) ? e.pageY : e.clientY

the error comes from changeset 2589. in common.js
triggerEvent: function(evt, e)

after backward changes in common.js drag and drop works in FF

comment:2 Changed 4 years ago by lommy

I can confirm that bug. I am using Shiretoko/3.5pre (20090601). lommy

comment:3 Changed 4 years ago by corbosman

This is due to 2589, e is undefined in common.js

comment:4 Changed 4 years ago by thomasb

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [9489adc5]

Note: See TracTickets for help on using tickets.