NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 306 - Scrolling a hyperstack in an inactive window doesn't work
Scrolling a hyperstack in an inactive window doesn't work
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: ImageJ1
unspecified
Macintosh Mac OS
: P2 trivial
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2011-05-04 17:18 CDT by Jan Eglinger
Modified: 2011-05-05 17:22 CDT
0 users

See Also:

Description Jan Eglinger 2011-05-04 17:18:22 CDT
I've observed some funny behaviour using the scroll wheel (on Mac OSX). To reproduce:

- Open any hyperstack, e.g.
run("Hyperstack...", "channels=2 slices=2 frames=2");

- Open an image or stack, e.g.
run("Blobs (25K)");

- With the last opened image active (focussed), move your mouse over the hyperstack window and move the scroll wheel.

If the currently active window is an image (i.e. not a stack), an error message will be displayed, saying "Stack required".
If the currently active window is a stack, this stack will be scrolled instead of the one below the mouse pointer.

On other (non hyper-) stacks, you can scroll through the stack by mouseover and scroll, without activating the window. I would expect the same behaviour for hyperstacks.

Cheers,
Jan
Comment 1 Wayne Rasband 2011-05-05 17:22:41 CDT
This bug is fixed in the ImageJ 1.45h1 daily build.

-wayne