Choice dialog - focus problem on java >= 9
martinm1000 opened this issue · 1 comments
martinm1000 commented
I know this library isn't supported anymore, but I'm trying to debug the following, but I can't find what's wrong...
The focus of CommandLinkButtons in the choice dialog doesn't work anymore on Java releases 9 and 11.
You can still click on them, but you can't TAB on them.
Anyone has any ideas ?
martinm1000 commented
Ok, it looks like TAB working between buttons in a button group was a bug that was corrected by java.
Arrow keys should be implemented for the user to be able to select its choice using the keyboard.