-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[gui] Weird Behaviour on hover #1993
Comments
Restarting the jadx-gui solved this issue, but I'm still wondering what's actually happened. |
It's a little bit annoying when I need to restart frequently when this bug appears :( |
The first question is if this is a system specific bug (e.g. Java 20 bug) or if this is triggered by some unusual code in the app you have decompiled. In both screenshots you have loaded the same APK, have you encountered this problem also with other APKs? If it is Java related you could try latest Jadx version with integrated Java (which is Java 19). Or you can test latest Jadx unstable version. |
@Reyuki-san it looks like tooltip rendering issue. There are several similar reports (#1401, #1867), but I still not sure what causing it and how to fix this. Also, I can't reproduce it 😭 I can suggest trying to check latest unstable build (both with bundled jre and without). As a last resort, I can add an option to disable tooltips in code area to check if it was a cause. |
Thanks for the response, I will try your advice if the bug shows up again and give the feedback |
I think it's a Java issue rather than Jadx. I can reproduce this glitch on many Java desktop applications (BurpSuite etc.). This issue can be triggered if you are using a high-end monitor (4K resolution with 200% scaling). |
Issue details
when I browse the decompiled project, an unexpected popup keeps appearing:
Jadx version
1.4.7
Java version
20.0.2
OS
The text was updated successfully, but these errors were encountered: