In JavaFX, whenever a menu is showing and I click outside the menu, say on a button, the first click only dismisses the menu, but isn't processed by the button. So if my intention was to click on the button (while the menu was showing) I need a second click.
I found this a little bit annoying, maybe because this is not the behavior I am used to.
In all other technologies I have seen, in the scenario described above, the button reacts to the first click.
I found this a little bit annoying, maybe because this is not the behavior I am used to.
In all other technologies I have seen, in the scenario described above, the button reacts to the first click.