Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.2.5
-
Component/s: Viewer RI
-
Labels:None
-
Environment:Viewer RI
-
Support Case References:Support Case 14155:- https://icesoft.my.salesforce.com/5007000001lUOoW
Description
The marquee zoom tool of the viewer RI allows for the selection of a region of PDF content that will be used as the new bounds of the view and zoom calculation is made based on the new and old ratio.
In some PDF there is an offset issue in that the zoom is calculated correctly the viewport origin is not shifted correctly.
In some PDF there is an offset issue in that the zoom is calculated correctly the viewport origin is not shifted correctly.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The new page view component code in 6.0 introduced this bug. The problem seems to be related to the validation of the component tree. In 6.0 we moved to a property change event for changing individual page components zoom level. The side effect seems to be a timing or component tree state issue which can sometimes give the incorrectly values for a pages location in the view.