apposed / jaunch

Launch Programs 𝙔𝙤𝙪𝙧 Way! 🍔
The Unlicense
6 stars 2 forks source link

Initial focus is set on text entry component #45

Open hinerm opened 1 month ago

hinerm commented 1 month ago

When launching Fiji with Jaunch, focus is initially set on the search bar.

With fiji-windows-x64.exe: image

With ImageJ-win64.exe image

This is a minor annoyance but a change in behavior, and will surprise people who are used to opening things with shortcuts after starting Fiji.

ctrueden commented 1 month ago

I tracked down the problem to the inclusion of the -Dimagej.splash=true flag. As a workaround, you can comment out this flag from your fiji.toml. We will need to dig into the net.imagej.launcher.SplashScreen class in imagej-launcher in order to fix this properly.