Closed Bug 53752 Opened 24 years ago Closed 24 years ago

Can't drag and drop in mailnews

Categories

(SeaMonkey :: MailNews: Message Display, defect, P1)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: scottputterman, Assigned: scottputterman)

References

Details

(Keywords: regression, Whiteboard: [nsbeta3+])

In today's build drag and drop won't work from the mailnews threadpane to a 
folder.  This is because of a js exception. This fix is the following:

Index: messengerdnd.js
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/messengerdnd.js,v
retrieving revision 1.13
diff -c -r1.13 messengerdnd.js
*** messengerdnd.js	2000/09/22 03:10:18	1.13
--- messengerdnd.js	2000/09/22 18:01:15
***************
*** 270,276 ****
                                     sourceRescource,
                                     targetNode, messageList, false);
              }
!             catch(e);
              {
              dump ( "Exception : CopyMessages \n");
              }
--- 270,276 ----
                                     sourceRescource,
                                     targetNode, messageList, false);
              }
!             catch(e)
              {
              dump ( "Exception : CopyMessages \n");
              }
P1, blocker, regression, nominating for beta3 and marking it nsbeta3+.
Severity: normal → blocker
Keywords: nsbeta3, regression
Priority: P3 → P1
Whiteboard: [nsbeta3+]
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
QA Contact: esther → laurel
*** Bug 53786 has been marked as a duplicate of this bug. ***
OK using:
2000-09-26-08 N6 branch commercial  build NT 4.0
2000-09-26-09 N6 branch commercial build linux rh6.0
OK using 2000-09-277-11 mn6 commercial branch build mac OS 9.0
Status: RESOLVED → VERIFIED
Whiteboard: [nsbeta3+] → [nsbeta3+] branch
Whiteboard: [nsbeta3+] branch → [nsbeta3+] vtrunk
Keywords: vtrunk
Whiteboard: [nsbeta3+] vtrunk → [nsbeta3+]
Verified Fixed in win32 mozilla trunk build 100204, linux mozilla trunk build
100208 and mac mozilla trunk builg 100208.  Drag and drop from threadpane to
several different folders in the server/folder pane works fine.  Setting bug
status to Verified (actually already Verifed) and removing vtrunk keyword
Keywords: vtrunk
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.