Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 6.1.3
-
Fix Version/s: 6.2
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:Windows 7
Description
My application, based on the Viewer, is made of a JFrame and a JTabbedPanel containing some JPanel.
The user can go back and forth between JPanels by clicking on annotations.
Unfortunately, quite often, after a while, annotations disappear from the page currently displayed.
As soon as I hover on the page nearby the location of an annotation which was previously displayed, this one reappears.
or as soon as I click on Fit width/Fit in window icons, all annotation appear again.
In any case, the text keeps being displayed.
The document view is updated (controller.updateDocumentView()) each time the user changes tab.
Sometimes, annotations can disappear from the page currently displayed after few minutes of inactivity (no user interaction with the appli).
It seems to me a bug since the text keeps being properly displayed.
The user can go back and forth between JPanels by clicking on annotations.
Unfortunately, quite often, after a while, annotations disappear from the page currently displayed.
As soon as I hover on the page nearby the location of an annotation which was previously displayed, this one reappears.
or as soon as I click on Fit width/Fit in window icons, all annotation appear again.
In any case, the text keeps being displayed.
The document view is updated (controller.updateDocumentView()) each time the user changes tab.
Sometimes, annotations can disappear from the page currently displayed after few minutes of inactivity (no user interaction with the appli).
It seems to me a bug since the text keeps being properly displayed.
Over the holidays we have been working hard to rework our page view implementation. The bug
PDF-1085tracks the majority of the changes but in short we are extremely happy withe result of the work. The implementation is much simpler, lighter weight and quite a big quicker.