Opened 6 years ago

Closed 6 years ago

#1806 closed defect (wontfix)

Citation numbers not adjusted by insert with updateUncitedItems()

Reported by: fbennett Owned by: simon
Priority: major Milestone:
Component: word integration Version: 2.1
Keywords: Cc: fbennett

Description

This issue has been raised here:

http://forums.zotero.org/discussion/17188/citationnumber-in-citation-is-incorrect-when-additional-items-are-manualy-added-to-bibliography/

The functions invoked by updateUncitedItems() set taints on items (and thence citations) that need updating as a result of the insertion, but the taint markers are reset on the next invocation of processCitationCluster(), leaving the citation numbers out of sequence.

I think this can be addressed by adding an option to processCitationCluster() that performs the insert. This should return a list of citations for update, that can be handled in integration.js in the same way as for a citation.

Change History (2)

comment:1 Changed 6 years ago by fbennett

This was traced to a processor bug, which is fixed in citeproc-js release 1.0.137. Updating does not happen on the fly, but with the new processor install, Refresh will reconcile citations with the bibliography.

comment:2 Changed 6 years ago by dstillman

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

WONTFIXing this, then.

Note: See TracTickets for help on using tickets.