HTML include StartFragment EndFragment [solved]
When I copy-past text from firefox to zotero notes it was embedded in tags StartFragment EndFragment .
It seems to only affect Zotero addons: I dont get these tags in a note created in the standalone, or in by pasting in online editor (quackit.com).
I solved it by setting the dom.event.clipboardevents.enabled to false (not sure if it's a good idea, but it works)
These useless tags did bother me for instance, when I created a note and past a text, I could not add something before the pasted text (I needed to delete the tag in the source code to add something else). And these tag were also adding useless data in the DB.
I just though it could be interesting for the Zotero team to know about this.
It seems to only affect Zotero addons: I dont get these tags in a note created in the standalone, or in by pasting in online editor (quackit.com).
I solved it by setting the dom.event.clipboardevents.enabled to false (not sure if it's a good idea, but it works)
These useless tags did bother me for instance, when I created a note and past a text, I could not add something before the pasted text (I needed to delete the tag in the source code to add something else). And these tag were also adding useless data in the DB.
I just though it could be interesting for the Zotero team to know about this.
Can you provide a Report ID and exact steps to reproduce, including the URL of the page you're copying from? We've never seen this before.By the way setting the dom.event.clipboardevents.enabled to false create some issue on Firefox with the copy past. I can't for instance copy/past anymore in/from a google doc.
<p><!--StartFragment--></p>
and terminated with
<p><!--EndFragment--></p>
This behavior is undesirable because it interferes with the formatting of my note, wherein the note preview, which is typically the first line of the note, does not show up. I have to fix it each time by opening the note, viewing the HTML, and then removing these lines from the beginning and the end of the note.