Zotero 7 Beta: Two minor annotation bugs (EPUB and HTML)

Version: Zotero-7.0.0-beta.51+7c5600913_linux-x86_64

#1 - EPUB highlights are not automatically redrawn when switching from Paginated to Scrolled view

Steps to reproduce:
1 - Download https://www.gutenberg.org/ebooks/84.epub3.images
2 - Drag the file into your Zotero library
3 - View the file within Zotero
4 - Scroll to Letter 1
5 - Highlight "You will rejoice to hear"
6 - Select View > Scrolled

Notice that the previously highlighted text is no longer highlighted until you click on the page (the highlight marker is temporarily drawn at the beginning of the book until you click on the page).

#2 - Hidden HTML text is annotated

Steps to reproduce:
1 - Save the following HTML snippet to disk:


<!DOCTYPE html>
<html>
<head>
<title>Zotero hidden text annotation</title>
</head>
<body>
<p>This text is <span style="display:none">hidden</span> visible</p>
</body>
</html>


2 - Drag the file into your Zotero library
3 - View the file within Zotero
4 - Highlight "This text is visible"

Notice that the annotation text is "This text is hidden visible". Should the hidden HTML text be included in the annotation?
Sign In or Register to comment.