Ticket #716 (accepted defect)
Opened 2011-08-04T11:19:18-05:00
Last modified 2013-01-22T15:01:22-06:00
ProbeTool cursor is off
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-unscheduled |
Component: | Tools | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1629 |
Description
Now that the ProbeTool is always on its using a different cursor. The point under the tip of the cursor is not the same as the point being displayed in the status area. We may need to edit cursor image so that the tip is at the center. But maybe not because the other tools work fine (overlays drag at the correct points, etc.)
Curtis, assign to whomever you think is appropriate.
Change History
comment:1 Changed 2011-08-04T11:25:37-05:00 by curtis
comment:2 Changed 2011-09-22T15:38:52-05:00 by curtis
Dscho fixed the panelToImageCoords bug. The probe value is no longer offset from the pixel boundary. However, everything is off by one.
comment:4 Changed 2012-02-27T11:00:56-06:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:6 Changed 2012-07-05T16:52:59-05:00 by curtis
comment:7 Changed 2012-07-12T10:26:27-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:9 Changed 2012-09-06T14:06:21-05:00 by curtis
- Blocking 1358 added; 1325 removed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:11 Changed 2013-01-22T15:01:22-06:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-unscheduled
The behavior seems the same as before to me—wrong, but the same. That is, the threshold falls at the center of each pixel rather than the boundaries. It is very likely a bug with JHotDrawImageCanvas.panelToImageCoords.