Details
-
Type: New Feature
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.0
-
Fix Version/s: 6.4
-
Component/s: API, Core/Parsing, Viewer RI
-
Labels:None
-
Environment:None
Description
Implement image selection via mouse and keyboard commands and corresponding clipboard interaction.
This will likely be a four part implementations.
- Image selected state painting
- Addition of mouse listeners for image selection
- Addition of key listeners for image selection
- Integration with clipboard.
This will likely be a four part implementations.
- Image selected state painting
- Addition of mouse listeners for image selection
- Addition of key listeners for image selection
- Integration with clipboard.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.1 [ 10675 ] |
Patrick Corless
made changes -
Fix Version/s | 5.2 [ 10970 ] | |
Fix Version/s | 5.1 [ 10675 ] |
Patrick Corless
made changes -
Issue Type | Improvement [ 4 ] | New Feature [ 2 ] |
Patrick Corless
made changes -
Priority | Major [ 3 ] | Minor [ 4 ] |
Patrick Corless
made changes -
Fix Version/s | 5.3 [ 12070 ] | |
Fix Version/s | 5.2 [ 10970 ] |
Patrick Corless
made changes -
Fix Version/s | 6.2 [ 12974 ] | |
Fix Version/s | 6.1 [ 12070 ] |
Patrick Corless
made changes -
Fix Version/s | 6.3 [ 13093 ] | |
Fix Version/s | 6.4 [ 12974 ] |
Patrick Corless
made changes -
Fix Version/s | 6.3.1 [ 13113 ] | |
Fix Version/s | 6.3 [ 13093 ] |
Patrick Corless
made changes -
Fix Version/s | 6.4 [ 12974 ] | |
Fix Version/s | 6.3.1 [ 13113 ] |
This is an oldie but a goody. I was working on this forum support case, http://www.icesoft.org/JForum/posts/list/22559.page and as a result I had a chance to work through the what is needed to normalize the image's bounding box to page space. With this new information it should be pretty easy for us to capture image coordinate data in the page object much like we already do for PageText. And finally a new image selection handler could be created for picking up on image selection and copying to the clipboard. One thing to keep in mind is that we would want to scale the image to the bounding box as that is the relatively sized the image was draw at.