Details
Description
- Start the IcePdfViewer Reference Implementation
- Open a document
- Select the Text Selection tool
- Right click-and-hold on the document and move the mouse
==> NullPointerException at org.icepdf.ri.common.tools.TextSelectionViewHandler.mouseDragged(Unknown Source)
It is crucial not to do a left click before the right click!
- Open a document
- Select the Text Selection tool
- Right click-and-hold on the document and move the mouse
==> NullPointerException at org.icepdf.ri.common.tools.TextSelectionViewHandler.mouseDragged(Unknown Source)
It is crucial not to do a left click before the right click!
Activity
Markus Bubendorf
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3.2 [ 13175 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52815 | Wed Nov 28 20:51:39 MST 2018 | patrick.corless | when dragging the mouse in text selection mode. Added check for malformed PDF pagetree. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/tools/TextSelectionViewHandler.java
MODIFY /icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/PageTree.java MODIFY /icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/graphics/text/WordText.java |
Always nice to get some community feedback and a test case. Marking as fixed.