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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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 |