You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same with #19. One workaround/hack I found so far is adding a focus listener to select box's scroll pane to remove all focusable actors when it has focus. If I use a select box extended to use a ControllerList, this workaround stops working too.
The text was updated successfully, but these errors were encountered:
Please ignore the last sentence, I was overriding the wrong method (getScrollPane instead of newScrollPane). Also, instead of removing focusable actors, I'm now extending ControllerMenuStage to add a flag to ignore navigation keys. That's still a hack though.
Same with #19. One workaround/hack I found so far is adding a focus listener to select box's scroll pane to remove all focusable actors when it has focus. If I use a select box extended to use a ControllerList, this workaround stops working too.
The text was updated successfully, but these errors were encountered: