Closed
Bug 440561
Opened 17 years ago
Closed 17 years ago
Drag and drop of folders broken
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: rain1, Assigned: rain1)
References
Details
(Keywords: regression)
Attachments
(1 file)
1020 bytes,
patch
|
dmosedale
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
With the latest trunk dragging and dropping of folders is broken, at least on Windows (though I suspect on other platforms as well)
version 3.0a2pre (2008061703) -- works
version 3.0a2pre (2008061803) -- broken
Looking at the changelog: http://tinyurl.com/5er7nw it might be a regression from bug 414038 (as that modifies messengerdnd.js), but I'm not sure.
Flags: blocking-thunderbird3.0a2?
Assignee | ||
Comment 1•17 years ago
|
||
I realise I wasn't descriptive enough in the description. :-/
Essentially, it just doesn't work. eg prior to the 18th nightly I could drop any (non-virtual) folder from anywhere into the local Inbox folder, or the local Trash folder. 18th nightly and onwards, I just can't. Apparently the CanDropOnFolderTree function in messengerdnd.js is responsible for testing.
http://mxr.mozilla.org/mozilla/source/mailnews/base/resources/content/messengerdnd.js#53
The changes made to the function in jminta's patch look harmless, though.
Assignee | ||
Comment 2•17 years ago
|
||
Taking a closer look, it indeed is a regression from bug 414038.
The logic of this line is reversed:
http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/mailnews/base/resources/content/messengerdnd.js&rev=1.66&root=/cvsroot#212
Patch coming up.
OS: Windows Vista → All
Hardware: PC → All
Assignee | ||
Comment 3•17 years ago
|
||
Assignee: nobody → sid1337
Status: NEW → ASSIGNED
Comment 4•17 years ago
|
||
Attachment #325846 -
Flags: superreview+
Attachment #325846 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 5•17 years ago
|
||
Checking in mailnews/base/resources/content/messengerdnd.js;
/cvsroot/mozilla/mailnews/base/resources/content/messengerdnd.js,v <-- messengerdnd.js
new revision: 1.67; previous revision: 1.66
done
Updated•17 years ago
|
Target Milestone: --- → Thunderbird 3
Updated•16 years ago
|
Flags: blocking-thunderbird3.0a2?
Updated•16 years ago
|
Version: unspecified → Trunk
Updated•15 years ago
|
Attachment #325846 -
Attachment description: fix → fix
[Checkin: Comment 5]
You need to log in
before you can comment on or make changes to this bug.
Description
•