Closed
Bug 63177
Opened 24 years ago
Closed 22 years ago
Drag and Drop to Drop Baskets broken with Gozilla and Net Vampire
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement, P4)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: adrian.buckley, Assigned: mikepinkerton)
References
Details
(Keywords: helpwanted)
Draging a Link or Linked Image onto a Gozilla or Net Vampire "drop basket" for
downloading is not possible (Gozilla) or returns "Invalid URL" (Net Vampire).
Comment 1•24 years ago
|
||
I can confirm this bug with getright.
Getright fails with DND from Mozilla (Object isn´t a URL).
I leave this unconfirmed because I don´t know if this is a dupe.
(searched at bugzilla but no bug found)
Comment 2•24 years ago
|
||
over to xpapps and alecf who currently owns bug 58403 which may be related.
Assignee: asa → alecf
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Apps
Ever confirmed: true
nav triage team:
Sounds like it would be nice to have, but won't kill ourselves to get it done.
Marking nsbeta1, p4
Keywords: nsbeta1
Priority: -- → P4
Reporter | ||
Comment 4•24 years ago
|
||
FYI - Net Vampire works with build 2000101014.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla0.8
Comment 5•24 years ago
|
||
moving this work out to mozilla1.0.
Target Milestone: mozilla0.8 → mozilla1.0
Marking nsbeta1+, leaving milestone mozilla1.0
nav triage team:
Not a priority for xpapps team, adding helpwanted keyword and marking future.
Keywords: helpwanted
Target Milestone: mozilla1.0 → Future
Comment 8•23 years ago
|
||
reassign to default owner
Assignee: alecf → pchen
Status: ASSIGNED → NEW
QA Contact: doronr → sairuh
Target Milestone: Future → ---
Comment 9•23 years ago
|
||
->d'n'd
Assignee: pchen → blakeross
Component: XP Apps → XP Apps: Drag and Drop
QA Contact: sairuh → tpreston
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.8
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.1
Reporter | ||
Comment 10•23 years ago
|
||
Mozilla supplies the UniformResourceLocator clipboard format in unicode format
instead of ANSI format.
See:
http://www.melander.dk/delphi/dragdrop/readme.txt
Comment 13•23 years ago
|
||
pink, I think this has to do with our dnd in general; that's why I gave it to
you. and GetRight/Gozilla are windows. Did you see that link about unicode
being the 'wrong way' to store the url? (but that seems right to me)
Assignee | ||
Comment 15•23 years ago
|
||
ok, what we should be using is the new CFSTR_INETURL format:
"This format identifier replaces CFSTR_SHELLURL . If you want your application
to manipulate clipboard URLs, use CFSTR_INETURL instead of CFSTR_SHELLURL. This
format gives the best clipboard representation of a single URL. If UNICODE is
not defined, the application retrieves the CF_TEXT/CFSTR_SHELLURL version of the
URL. If UNICODE is defined, the application retrieves the CF_UNICODE version of
the URL."
anybody understand this mumbo jumbo? so do we advertise unicode or not?
OS: other → Windows 98
Target Milestone: --- → mozilla1.1
Reporter | ||
Comment 16•23 years ago
|
||
This is my first serious look at drag-and-drop, so what follows may be complete
rubbish ;-)
As I understand it UniformResourceLocator is for ANSI text, whilst
UniformResourceLocatorW is for Unicode text.
Mozilla is placing Unicode text in UniformResourceLocator instead of
UniformResourceLocatorW.
I assume Mozilla can advertise Unicode using UniformResourceLocatorW, as long
as ANSI is also advertised using UniformResourceLocator.
Reporter | ||
Comment 17•22 years ago
|
||
Ignore comment 16, I WAS talking rubbish!
Added a proposed patch (attachment id=89385) and comments to bug 106708 on
2002-06-27 02:46. Still waiting for feedback/review.
Reporter | ||
Comment 20•22 years ago
|
||
The patch for bug 106708 fixes this as well. Marking Fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 21•22 years ago
|
||
*** Bug 176327 has been marked as a duplicate of this bug. ***
Comment 22•22 years ago
|
||
Matthias verified this bug on win2k build 20021125 and getright 4.5c.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•