-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zooming onto a location with CTRL + Mouse Wheel is broken #87
Comments
Thanks for the report. Yes, this is a known issue with the ImageJ2 Swing user interface right now. It used to work, but sadly, got broken at some point. Note that the ImageJ2 Swing UI is currently dormant, as development efforts are focused on ImageJ Ops and the ImageJ2 data model. The ImageJ 1.x legacy UI is currently the default UI for ImageJ2 and Fiji, and will likely remain so for quite some time. It is not clear whether we will resurrect the Swing UI, or pursue a new UI which deviates more from the original ImageJ UI in favor of more recent UI sensibilities such as JavaFX. |
I have created a pull request to fix this issue on ImageJA |
Thanks @Sethur! To clarify, my comments above are regarding the ImageJ2 Swing UI, not the ImageJ 1.x AWT UI, which is what you fixed with imagej/ImageJA#12. FYI, I believe @rasband is traveling right now, so there might be some delay before he responds. |
@ctrueden No big deal. Is the IJ2 Swing UI still dormant? I think Fiji currently also uses the AWT one, but I might be wrong there. |
Yes, indefinitely. It is possible we will develop it further, but it seems many users would prefer something different and more "modern" such as ImageJFX.
Yes, Fiji uses the ImageJ Legacy UI—i.e., the ImageJ 1.x AWT UI—by default. However, it does also ship with the IJ2 Swing UI, and can be launched in that mode, via the Help ▶ Switch to Modern Mode command. Note that we are considering removing this command, though, in favor of a setting in the ImageJ2 options dialog or similar. Note also that there are currently major bugs surrounding this functionality (fiji/fiji#71, imagej/imagej-legacy#25). |
Hi,
in the current development release of ImageJ2, zooming with holding down CTRL and using the mousewheel does not seem to aim on the targeted pixel any longer (as it does in the current version of ImageJ1). When using "+" and "-", the aim is correct.
The text was updated successfully, but these errors were encountered: