Skip to content
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

Open
Sethur opened this issue Mar 24, 2016 · 5 comments
Open

Zooming onto a location with CTRL + Mouse Wheel is broken #87

Sethur opened this issue Mar 24, 2016 · 5 comments

Comments

@Sethur
Copy link

Sethur commented Mar 24, 2016

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.

@ctrueden
Copy link
Member

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.

@Sethur
Copy link
Author

Sethur commented Aug 24, 2017

I have created a pull request to fix this issue on ImageJA

@ctrueden
Copy link
Member

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.

@Sethur
Copy link
Author

Sethur commented Aug 24, 2017

@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.

@ctrueden
Copy link
Member

ctrueden commented Aug 24, 2017

Is the IJ2 Swing UI still dormant?

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.

I think Fiji currently also uses the AWT one

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).

@ctrueden ctrueden transferred this issue from imagej/imagej2 Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants