vishnukottala / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

removeMark() in html5 hides all other drawing annotations on the page #385

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create multiple drawing annotations on the same page of a multi-page pdf 
document.
2. Call removeMark, passing one of the drawing annotations. All drawing 
annotations on that page are hidden.
3. Scroll to another page in the document, then scroll back. The annotation 
passed to removeMark will not be seen but the other drawing annotations will 
now be seen.

What is the expected output? What do you see instead?

I expect the drawing annotation being passed to removeMark to be hidden, but 
instead all drawing annotations on that page are hidden (until you navigate 
away from then back to that page).

What version of the product are you using? On what operating system?

I'm using FlexPaper version 2.1.2, Annotations 1.0.51. I've tested this in 
Firefox 17.0 and in Chrome 26.0.1410.64 m, running on Windows 7.

Please provide any additional information below.

I had previously provided a link where this could be duplicated on another 
issue I had entered, but that issue (377) has been deleted. Please let me know 
if that link is needed again.

Original issue reported on code.google.com by brianhar...@gmail.com on 8 Jul 2013 at 1:57