Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2
-
Component/s: Viewer RI
-
Labels:None
-
Environment:any
-
Support Case References:Support Case #14010 - https://icesoft.my.salesforce.com/5007000001hFkUF
Description
A client has submitted an issue our new Viewer component in their applications. The problem arises because we get the graphicsConfiguration in the constructor of the AbstractPageViewComponent from the parent scrollPane.
In the clients environment the parent scrollpane hasn't been assigned yet and thus the problem. As per their recommendation we are moving the graphicsConfiguation assignment to the calculateBufferLocation() call as it's still made on the awt thread.
In the clients environment the parent scrollpane hasn't been assigned yet and thus the problem. As per their recommendation we are moving the graphicsConfiguation assignment to the calculateBufferLocation() call as it's still made on the awt thread.
Marking as fixed.