Opened 6 years ago
Closed 6 years ago
#1710 closed defect (fixed)
Clipboard citation copy w/Ctrl-Alt-A always Ibid.
| Reported by: | fbennett | Owned by: | simon |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | export | Version: | 2.1 |
| Keywords: | Cc: |
Description
Using Ctrl-Alt-A to grab a citation for a selected item always yields the ibid form for plain text. This appears to have been caused by the sequential invocation of appendCitationCluster() to generate the HTML, then the plain text of the target reference.
The attached patch uses previewCitationCluster() to generate the strings, which is idempotent.
Attachments (1)
Change History (2)
Changed 6 years ago by fbennett
comment:1 Changed 6 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [6351]) Closes #1710, Clipboard citation copy w/Ctrl-Alt-A always Ibid.
Frank's patch