Closed
Bug 702094
Opened 13 years ago
Closed 13 years ago
Dragging attachments from the compose window doesn't work anymore
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird9 fixed, thunderbird10 fixed)
RESOLVED
FIXED
Thunderbird 11.0
People
(Reporter: squib, Assigned: squib)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bwinton
:
review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
Bug 630759 broke this because I forgot to update a string in MsgComposeCommands.js. Here's the fix. I could write tests for this, but inter-window drag-and-drop tests are fairly complicated, so I'm going to avoid doing it unless specifically requested. :)
Attachment #574130 -
Flags: review?(bwinton)
Comment 1•13 years ago
|
||
This patch does a lot more than just fixing the drag problem (lots of "renameAttachment" changes from bug 526998 in here as well)...
Not sure if such mixed patches are intended or desired?
Updated•13 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → 8
Assignee | ||
Comment 2•13 years ago
|
||
Oops. The previous patch had some extra changes that stowed away.
Assignee: nobody → squibblyflabbetydoo
Attachment #574130 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #574130 -
Flags: review?(bwinton)
Attachment #574170 -
Flags: review?(bwinton)
Comment 3•13 years ago
|
||
Comment on attachment 574170 [details] [diff] [review]
Attach the right patch this time
Review of attachment 574170 [details] [diff] [review]:
-----------------------------------------------------------------
Seems to work for me.
Attachment #574170 -
Flags: review?(bwinton) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #574170 -
Flags: approval-comm-beta?
Attachment #574170 -
Flags: approval-comm-aurora?
Assignee | ||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 11.0
(In reply to Jim Porter (:squib) from comment #5)
> Checked in: http://hg.mozilla.org/comm-central/rev/e4c895f1d759
How might I apply this patch to my local copy of Thunderbird?
Thank you.
Comment 8•13 years ago
|
||
(In reply to Jim Porter (:squib) from comment #0)
> Bug 630759 broke this because I forgot to update a string in
> MsgComposeCommands.js. Here's the fix. I could write tests for this, but
> inter-window drag-and-drop tests are fairly complicated, so I'm going to
> avoid doing it unless specifically requested. :)
We should get some litmus tests then ;-)
Flags: in-litmus?(ludovic)
Updated•13 years ago
|
Attachment #574170 -
Flags: approval-comm-beta?
Attachment #574170 -
Flags: approval-comm-beta+
Attachment #574170 -
Flags: approval-comm-aurora?
Attachment #574170 -
Flags: approval-comm-aurora+
Comment 9•13 years ago
|
||
Checked into branches:
http://hg.mozilla.org/releases/comm-aurora/rev/91945160ae4f
http://hg.mozilla.org/releases/comm-beta/rev/08f96e424cd6
status-thunderbird10:
--- → fixed
status-thunderbird9:
--- → fixed
Comment 10•13 years ago
|
||
What was broken here ? dragging from one compose window to another ?
Updated•11 years ago
|
Flags: in-litmus?(ludovic)
You need to log in
before you can comment on or make changes to this bug.
Description
•