NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1277 (closed defect: fixed)

Opened 2012-07-05T11:22:46-05:00

Last modified 2012-07-24T15:17:10-05:00

Dragging sliders do not reach limits

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b4-plugins
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1345

Description (last modified by bdezonia)

Open Bat Cochlea Volume. Grab slider and drag it back and forth but don't release mouse. Look at the Z value in the status area. Note that it never reaches 1 or N when you drag all the way to an end but just values near them.

I believe at one time I filed this bug and it was fixed. But since then we changed how the event dispatching works. Maybe we just need a publishNow() versus a publish().

Change History

comment:1 Changed 2012-07-17T13:56:49-05:00 by bdezonia

  • Description modified

comment:2 Changed 2012-07-17T16:37:09-05:00 by bdezonia

  • Blocking 1345 added

comment:3 Changed 2012-07-24T15:17:10-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

The fix for #1346 also handles this issue