That’s a Mac thing and nothing to do with Xojo. By default the Mac will only ever tab into text field and text box controls. on later OS versions the setting is in System Preferences > Keyboard > Shortcuts > Use keyboard navigation to move focus between controls. (at the bottom of the window.)
It’s the second setting I change on any new Mac I use, after turning off “Natural” scroll option.
still a problem.
I create a new method on 2022r2
enter the name TAB enter the parameters TAB enter the return type TAB
and I am on the search navigator filter, I should be on the method code.
another TAB → navigator
another TAB → somewhere
TAB TAB and then only I’m in the method code.
Got it. If you have what used to be called “Full keyboard access” turned on, now on later OS versions the setting is in System Preferences > Keyboard > Shortcuts > Use keyboard navigation to move focus between controls. (at the bottom of the window.)
It navigates correctly:
Method name
Parameters
Return type
Scope
Method code
With that setting turned off it does what you describe:
Method name
Parameters
Return type
Navigator filter
Is there an active issue for this I can update or I am happy to create one.
If you can live with the setting on, it solves the problem.
Yes, but it is useful if you then continue and discover what the difference is. Knowing that it works for some and not others can help to find the cause.