Opened 10 years ago
Closed 10 years ago
#347 closed defect (fixed)
Dragging a URL over the Zotero pane (even without releasing) throws an SQL error
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 Beta 3 |
| Component: | interface | Version: | 1.0 |
| Keywords: | Cc: |
Description
The tree tries to run an SQL command with the passed URL as the itemID. That's funny.
Change History (3)
comment:1 Changed 10 years ago by dstillman
- Type changed from enhancement to defect
comment:2 Changed 10 years ago by dstillman
- Milestone changed from 1.0 Final to 1.0 Beta 3
comment:3 Changed 10 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [1017]) Fixes #347, Dragging a URL over the Zotero pane (even without releasing) throws an SQL error
x-moz-url was listed as a supported flavour in both panes but not actually supported
Also fixed a typo (= instead of ==) in collectionTreeView's canDrop()