Closed Bug 160799 Opened 22 years ago Closed 22 years ago

Can't start a bookmarks drag in sidebar unless something is selected

Categories

(Camino Graveyard :: Bookmarks, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sfraser_bugs, Assigned: sfraser_bugs)

Details

It's impossible to start a drag in the bookmarks sidebar, unless something is
selected first. If you try, it will just start doing a multiple selection. Fix
coming up...
Fix:

 - (BOOL)outlineView:(NSOutlineView *)ov writeItems:(NSArray*)items
toPasteboard:(NSPasteboard*)pboard 
 {
-  if (!mBookmarks || [mOutlineView selectedRow] == -1) {
+  if (!mBookmarks)
     return NO;
-  }
Status: NEW → ASSIGNED
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
verified with 08-05 build on OS 10.1.5.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.