COinS are not recognized by connector
I add on my page (www.ansorge.website) COinS data from my collection by using this code:
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<div id="biblio"></div>
<div id="coins"></div>
<script>
$( "#biblio" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=apa-cv&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
<script>
$( "#coins" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
But Zotero Connector in Chrome does not recognize this COinS data. Translator in Firefox works correct.
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<div id="biblio"></div>
<div id="coins"></div>
<script>
$( "#biblio" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=apa-cv&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
<script>
$( "#coins" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
But Zotero Connector in Chrome does not recognize this COinS data. Translator in Firefox works correct.
The COinS is not (and was not) in the page source, but if you look in html in Firebug on <div id="coins"> you can see them. The second interesting issue is that on the page (in the collection) are 29 items, but COinS include only 24 items and if the "&itemType=-attachment" is not in script then COinS include only 19 items.
EDIT: Mendeley importer in Chrome still see COinS on my page
<script>
$( "#coins" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
to
<div id="coins" style="visibility:hidden;display:none">
<iframe src="https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy"></iframe>
</div>
And now connector recognise COinS tags. However there are still only 24 COinS tags instead of 29 :(
I have tried all item keys individually and it seems that only this key is problematic: 55WM9XTR
All other items are displayed by URL:
https://api.zotero.org/users/1196880/items/ITEM_KEY?format=coins&key=FyBV3cEsqkKhUKmDF3KqcXNy
But 55WM9XTR not, and because this key is in 25th place in the key list then others coins are not displayed too (I think).
On other hand https://api.zotero.org/users/1196880/items/55WM9XTR?format=bib&key=FyBV3cEsqkKhUKmDF3KqcXNy is OK.
https://github.com/zotero/translation-server/issues/19
(Using a frame-based navigation is also considered very old-school and wrong in a thousand ways. Something to perhaps consider)
(but I do not think so)