Details
Description
While doing some GUI testing I came across an issue where the disable state of input fields was not being set correctly.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.0 [ 10314 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34215 | Wed Apr 03 14:23:42 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/AnnotationPanel.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/annotations/FreeTextAnnotation.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/tools/ZoomInPageHandler.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/PageViewComponentImpl.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/tools/FreeTextAnnotationHandler.java MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/annotations/CircleAnnotation.java |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
As it turns out there wasn't just one issue but many. The main culprit was related to enable/disabling all input items based on the an annotation edit-ability. This call was made after the individual panel logic ran and negated any previous settings.