Is it normal that JavaFX menu don't close when cli...
# tornadofx
m
Is it normal that JavaFX menu don't close when clicking outside of them? I have to click on an item. Obviously, it's atypical and very annoying. Is it a bug? I can believe it's the correct behaviour and, at the same time, there is no trace of this bug on the web.
m
They close for me
File type menus and right click type context menus
m
Thanks for the feedback. There is something really wrong going on with JavaFX (any version) on my system.
m
Are you using Wayland?
m
No,
Copy code
echo $XDG_SESSION_TYPE
returns
x11
.
m
Hmmm.weird
Could be graphics card then
Graphics driver I mean
m
It's the nvidia driver. I can't google any report of incompatibility. I'll look more into it tomorrow.
Thanks, again.