Closed
      
        Bug 182785
      
      
        Opened 22 years ago
          Closed 1 year ago
      
        
    
  
Dragging several Bookmarks/History items to the Finder creates only one webloc
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
        RESOLVED
        INCOMPLETE
        
    
  
People
(Reporter: stf, Unassigned)
References
Details
User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021128 Chimera/0.6+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021128 Chimera/0.6+
Select several Bookmarks (dis/continuous selection) in the Sidebar and drag to
the Finder Desktop.
The dragged bookmarks are not copied and they go back to their initial position.
Reproducible: Always
Steps to Reproduce:
Actual Results:  
Nothing.
Expected Results:  
Create a bookmark clip for each dragged item.
| Comment 1•22 years ago
           | ||
Yeah, I haven't figured out how cocoa dragging with multiple items is supposed
to work.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Comment 2•21 years ago
           | ||
This is still true with the new bookmark manager.
Is this related to/dependant on either (or both) bug 225915 or bug 230340?
| Comment 4•20 years ago
           | ||
I'm fairly sure this bug is related to bug 230340. Not completely sure about bug
225915. In any case if it's related, this can be fixed for 0.9. I'm putting it
on the list, though if not related it should be moved to 1.0.
Severity: enhancement → trivial
Target Milestone: --- → Camino0.9
Bumping to 1.0 as this is not blocker material. Would be nice to have though.
Target Milestone: Camino0.9 → Camino1.0
| Comment 6•20 years ago
           | ||
CCing Wevah.
| Updated•20 years ago
           | 
Target Milestone: Camino1.0 → Camino1.1
| Updated•19 years ago
           | 
QA Contact: bugzilla → bookmarks
Target Milestone: Camino1.1 → Camino1.2
| Comment 7•19 years ago
           | ||
New STR:
1) Select multiple bookmarks in manager.
2) Drag to Finder.
3) Only first bookmark gets turned into a .webloc file.
This appears to be different from what was originally reported, but not by much.
cl
*** Bug 308067 has been marked as a duplicate of this bug. ***
Syncing with the dupe, plus a comment from the dupe:
------- Comment #3 From Smokey Ardisson  2005-10-28 01:51 PDT  [reply] -------
(In reply to comment #1)
> Actually, the Finder is creating the webloc; the reason for this bug, AFAIK, is
> that only one URL can be stored on a pasteboard at once.
FWIW, this works from Safari; it even shows a badge indicating the number of
bookmarks/history items I'm dragging.  It'll even drag an entire bookmarks
folder and create a folder with that name filled with all the weblocs (when you
drag the "folder" for an entire day of history, it just creates the weblocs
loose, though).
So presumably this is not unsurmountable.
Severity: trivial → minor
Summary: Can't drag several Bookmarks to the Finder → Dragging several Bookmarks/History items to the Finder creates only one webloc
Target Milestone: Camino1.2 → Camino1.1
| Comment 10•19 years ago
           | ||
An NSArray in property list format in the pasteboard should work, I think.
| Comment 11•19 years ago
           | ||
Wevah, do you have time to take a look at this?
Assignee: sfraser_bugs → nobody
Status: ASSIGNED → NEW
Target Milestone: Camino1.1 → Camino1.2
| Updated•18 years ago
           | 
Target Milestone: Camino1.6 → ---
It looks like Safari puts promised file(s), then BookmarkDictionaryListPboardType, then BookmarkStatisticsPboardType (the number of items and folders), then WebURLSWithTitlesPboardType (with array of URLs and array of titles), and then the  'url '/'urln' types for the first item and string types containing both URLs.
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•