Updates:
Summary: PDF annotation popups don't display properly
Comment #3 on issue 750 by
janel...@google.com: PDF annotation popups don't display properly
https://bugs.chromium.org/p/pdfium/issues/detail?id=750#c3Dan, I think by "text annotations" you meant annotation popups, correct?
To be more specific, these three bugs illustrate several different problems with how popups display:
1. If the popup has a lot of content, then its text will be truncated, since popups are set to be of a hardcoded fixed size in PDFium. See testing/resources/annotation_highlight_long_content.pdf for a test file.
2. If the annotation is placed too much to the right or the bottom, part of the popup will be cut off, since popups are placed at a hardcoded position relative to the annotation's position.
https://crbug.com/645367 and Issue 852 both illustrate this.
3. If the popup sits above some (XFA?) form fields, the fields and text in the fields will be visible even on top of the popup. Issue 852 illustrates this.
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings