Details
Description
Changes where made to support optional content that adversely effected page painting. When a page is draw for the first time and n annotation is added, the buffer will become invalid and the buffer will be repainted. The produces a flicker which is distracting to the end users. Work needs to done to figure out what is causing the repaint problem.
Also when the zoom marquee tool is used the pageComponent.revalidate(); call in the dirty page time in PageViewComponentImpl is causing the next repaint to just be white.
Also when the zoom marquee tool is used the pageComponent.revalidate(); call in the dirty page time in PageViewComponentImpl is causing the next repaint to just be white.
Activity
Patrick Corless
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34081 | Tue Mar 26 15:05:38 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/PageViewComponentImpl.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34160 | Mon Apr 01 10:45:38 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/PageViewComponentImpl.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Reworked how we make the call to revalidate the annotation components. Marquee zoom tool now works on first use and cpu use is back in check.