Closed Bug 154904 Opened 22 years ago Closed 22 years ago

unable to drag & drop links from sidebar into browser window

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bugzilla, Assigned: sfraser_bugs)

References

Details

should we be able to drag and drop links between the sidebar (bookmarks tab) and
the browser window? so far i cannot, using 2002.06.27.05 bits.

1. have sidebar opened.
2. drag a link from the bookmarks tab into the browser window.

result: nothing happens, not even animation.

1. have sidebar opened.
2. drag a link from the browser window into the bookmarks tab of the sidebar.

result: animation occurs, but i cannot drop the link onto any folder in the
bookmarks tab. (nothing gets added.)
This has been fixed in a newer build (2002-06-28-05) Marking WFM.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
the first case of d'n'd'ing a link from the sidebar to the browser window works.
however, i cannot figure out how to get the second case to work.

perhaps i'm not dragging the link onto the right part of the Sidebar? i've tried
dropping onto a folder, near the bottom of the list, onto the tab itself in the
sidebar...what is the exact "active" spot for dropping in the sidebar?

(tested using 2002.07.01.05 nb)
Oops. I misread your second case as dragging a URL address (from the URL field)
in the sidebar. Your correct, dragging a page link to the sidebar isn't working.
I believe there is a related bug about that issue, but can't remember which bug
# it is.
would that be bug 149514?
reopening and clarifying summary for the remaining issue.

however, pls dup if there's an existing bug on that (i couldn't quite find one).
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Summary: unable to drag & drop links btwn sidebar and browser window → unable to drag & drop links from browser window into sidebar
Blocks: 147975
->pinkerton
Assignee: saari → pinkerton
Status: REOPENED → NEW
changing summary to what I see now... can't drag links from sidebar into browser
window. Going from window to sidebar works
Summary: unable to drag & drop links from browser window into sidebar → unable to drag & drop links from sidebar into browser window
Mine.
Assignee: pinkerton → sfraser
Fix;

Index: BookmarksDataSource.mm
===================================================================
RCS file: /cvsroot/mozilla/chimera/BookmarksDataSource.mm,v
retrieving revision 1.5
diff -u -r1.5 BookmarksDataSource.mm
--- BookmarksDataSource.mm      10 Jul 2002 21:53:24 -0000      1.5
+++ BookmarksDataSource.mm      19 Jul 2002 01:42:43 -0000
@@ -807,7 +807,7 @@
   nsCOMPtr<nsIContent> item = [self contentNode];
   nsCOMPtr<nsIDOMElement> element(do_QueryInterface(item));
   nsAutoString href;
-  element->GetAttribute(NS_LITERAL_STRING("name"), href);
+  element->GetAttribute(NS_LITERAL_STRING("href"), href);
   return [NSString stringWithCharacters: href.get() length: href.Length()];
 }

checked in.
Status: NEW → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
*** Bug 156254 has been marked as a duplicate of this bug. ***
Cool, this is now functional in today's build (2002-07-19-05).
marking verified
Status: RESOLVED → VERIFIED
No longer blocks: 147975
You need to log in before you can comment on or make changes to this bug.