RealRaven2000 / QuickFolders

Thunderbird Add-on: QuickFolders
http://quickfolders.org/
Other
49 stars 9 forks source link

Dragging folder to quickfolder toolbar does not add a new tab #490

Closed RobertvanderHulst closed 3 months ago

RobertvanderHulst commented 3 months ago

Tested with TB 115 and Betterbird 115 and QuickFolders 6.6.1

When I drag a folder to the Toolbar the drag icon changes from a stop board to a drop icon. When I let go of the mouse button, the folder is not added.

RobertvanderHulst commented 3 months ago

In the log window I see a message:

 QuickFolders toolbarDragObserver.drop FAILED
 Cannot determine what was dropped, contentType is [undefined]
 dataTransfer Object:  
DataTransfer { dropEffect: "move", effectAllowed: "uninitialized", items: DataTransferItemList, types: [], files: FileList [], mozCursor: "auto", mozUserCancelled: false, mozSourceNode: li#all-aW1hcDovL3Blbm5pbmdtZWVzdGVyJTQwbm9sYi5ubEBtYWlsLm1pam5kb21laW4ubmwvSU5CT1g=.total.children.selected
, mozItemCount: 0, sourceTopWindowContext: WindowGlobalParent }

contained items: 
DataTransferItemList { length: 0 }
RobertvanderHulst commented 3 months ago

Forget it: I had the "Disable DragAndDrop" extension enabled. When I disable it then it works.