Closed Bug 76728 Opened 23 years ago Closed 23 years ago

Can't drag a shortcut into browser

Categories

(Core :: DOM: Copy & Paste and Drag & Drop, defect, P3)

PowerPC
Mac System 9.x
defect

Tracking

()

VERIFIED FIXED
mozilla0.9.2

People

(Reporter: mikepinkerton, Assigned: mikepinkerton)

References

(Blocks 1 open bug)

Details

(Keywords: polish, regression)

- go to www.mozilla.org
- drag proxy to desktop, proxy created
- go to another page
- drag shortcut from desktop into browser

expected:
- mozilla.org should load

actual:
- nada

something has regressed.
<blake> pink: will you send me a mac for free, no questions asked?
<pinkerton> no

I don't have a Mac, so not much I can do with this one.  I've got bug 70302 
handling Windows issues.  --> pink, who asked to have this (at least in my mind)
Assignee: blakeross → pinkerton
--> xpapps
Assignee: pinkerton → pchen
accepting for mozilla0.9.2. P3. 
Keywords: nsbeta1nsbeta1+
Priority: -- → P3
Target Milestone: --- → mozilla0.9.2
Keywords: nsCatFoodnsCatFood-
Keywords: nsCatFood-nsCatFood
Keywords: nsCatFoodnsCatFood-
if it's beta1+, it's catfood.
Keywords: nsCatFood-nsCatFood
nav triage team:

Umm, no, nsbeta1+ != nsCatFood+
Keywords: nsCatFoodnsCatFood-
yes, this is catfood (because this is important functionality). if we're 
committed to fixing for beta1, why is it 0.9.2?
Keywords: nsCatFood-nsCatFood
Keywords: nsCatFoodnsCatFood+
This is also blocking the testing of several other bugs, described in bug 
44267.
i have a patch. two lines, piece of cake.
Assignee: pchen → pinkerton
Index: mozilla/xpfe/communicator/resources/content/contentAreaDD.js
===================================================================
RCS file: /m/pub/mozilla/xpfe/communicator/resources/content/contentAreaDD.js,v
retrieving revision 1.18
diff -u -2 -r1.18 contentAreaDD.js
--- contentAreaDD.js	2001/05/12 20:07:12	1.18
+++ contentAreaDD.js	2001/06/04 23:22:17
@@ -191,6 +191,6 @@
     {
       var flavourSet = new FlavourSet();
-      flavourSet.appendFlavour("application/x-moz-file", "nsIFile");
       flavourSet.appendFlavour("text/x-moz-url");
+      flavourSet.appendFlavour("application/x-moz-file", "nsIFile");
       flavourSet.appendFlavour("text/unicode");
       return flavourSet;
Status: NEW → ASSIGNED
[s]r=blake
Index: mozilla/xpfe/communicator/resources/content/contentAreaDD.js
===================================================================
RCS file: /m/pub/mozilla/xpfe/communicator/resources/content/contentAreaDD.js,v
retrieving revision 1.18
diff -u -2 -r1.18 contentAreaDD.js
--- contentAreaDD.js	2001/05/12 20:07:12	1.18
+++ contentAreaDD.js	2001/06/04 23:29:57
@@ -191,7 +191,7 @@
     {
       var flavourSet = new FlavourSet();
-      flavourSet.appendFlavour("application/x-moz-file", "nsIFile");
       flavourSet.appendFlavour("text/x-moz-url");
       flavourSet.appendFlavour("text/unicode");
+      flavourSet.appendFlavour("application/x-moz-file", "nsIFile");
       return flavourSet;
     },

making files last.
sr=sfraser.
See bug 84063 for a problem about dragging files with a / in the name.
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
landed on trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
*** Bug 70302 has been marked as a duplicate of this bug. ***
Verified on trunk build 2001060508, any chance of landing on branch?
a=blizzard on behalf of drivers for 0.9.1
landed on brach, 6/5/01, 3:30pm
Verified branch 2001-06-06-03-0.9.1
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.