I don’t remember how work the previous versions but with servoy 4.0.1 when I select a button with TAB and I press ENTER the onAction event don’t trigger.
It’s triggered with SPACE instead…
Do you solve it in the 4.1 branch? Any workaround or I do some mistake? Do you confirm this issue?
Thanks a lot
When a button triggers it’s onAction is usually determined by the Look and Feel. Some L&Fs use only space to trigger onAction.
Are you using the same L&F as in previous version when it fired onAction in case of ENTER? If yes, is it the same solution/same button behaving differently?
Maybe you are on MacOS? the default L&F for MacOS is unfortunaltely using the space key for this.