Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0 beta1
-
Fix Version/s: 5.0
-
Component/s: Core/Parsing, Viewer RI
-
Labels:None
-
Environment:any
Description
While doing some smoke testing of the release bundles I came across an issue where the view tool handler's where not correctly uninstalling when the page view tools where used. The side effect was that the mouse listeners where getting registered more then once and becoming sticky.
Activity
Patrick Corless
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34250 | Fri Apr 05 12:53:36 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingController.java
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/DocumentViewControllerImpl.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/MouseWheelListenerPageChanger.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/AbstractDocumentView.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/DocumentViewController.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingViewBuilder.java MODIFY /icepdf/trunk/icepdf/ReadMe.html ADD /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/images/zoom.gif |
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 ] |
Correct issue where the tool handler were not getting correctly uninstalled when a view changed.