#1069 closed defect (fixed)
Use async HTTP calls for integration requests
| Reported by: | dstillman | Owned by: | simon |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | word integration | Version: | 1.5 |
| Keywords: | Cc: |
Description
To prevent a deadlock when pasting text from Word or OpenOffice into the Add Citation window on Windows
http://forums.zotero.org/discussion/3064#Item_11
http://www.openoffice.org/issues/show_bug.cgi?id=90220
This will probably require adding something like a non-modal "Waiting for Zotero..." dialog box that closes automatically when the async request completes.
Note: I was very much tempted to mark this as a "blocker" just for the sake of the pun.
Change History (5)
comment:1 Changed 8 years ago by simon
comment:2 Changed 8 years ago by simon
(Well, at least not for the VBA plug-in in OOo; it should work in Word.)
comment:3 Changed 8 years ago by dstillman
Fixed in the Python plugins.
comment:4 Changed 7 years ago by simon
- Resolution set to fixed
- Status changed from new to closed
(In [4947]) Integration megacommit, part 2: Zotero code
Closes #884, final period missing when a citation is first added in note styles
Closes #1298, issues with footnotes and citations in OOo
Closes #1069, Use async HTTP calls for integration requests
Closes #1027, User-customizable integration port number
Closes #698, Migration away from VBA
Closes #1085, Migrate VBA plug-in to new XML-based API
Closes #792, Auto-updating of OO plugins
comment:5 Changed 6 years ago by dstillman
- Milestone 2.0 Beta 3 deleted
Milestone 2.0 Beta 3 deleted
I just played around with it, and this probably isn't actually going to work unless I fork a separate thread, which means it might work for the pure Python plug-in but isn't going to work for the VBA plug-in.