Opened 9 years ago

Closed 9 years ago

#694 closed defect (fixed)

Problems with zotero://select

Reported by: bparr Owned by: dstillman
Priority: major Milestone:
Component: uncategorized Version: 1.0
Keywords: Cc:

Description

Known issues:
-Error in the Error Console when an item is clicked in the timeline (Error: [Exception... "'Failure' when calling method: [nsIProtocolHandler::newChannel]")
-Item is not selected when clicked in the timeline if Zotero has not been opened in the window.

A function to select more than one item should be created so the zotero://select option can select multiple items.

Change History (1)

comment:1 Changed 9 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

(In [1602]) Fixes #694, Problems with zotero://select

  • Custom protocol handler extensions like zotero://select can now not return a channel and the request will be automatically cancelled without throwing an error
  • Switched Timeline code to use the stringbundle methods to access timeline.properties
  • Even though zotero://select now works properly, switched Timeline to access ZoteroPane directly and call selectItem() (calling toggleDisplay() first to open the Zotero pane if necessary)
  • Now getting some localized strings from Zotero ("Date Added" and the short month names)
Note: See TracTickets for help on using tickets.