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
Actually, the problem is not navigation, but drawing.
I changed how MessageBox worked. Previously the text was rendered by a subview. This was a legacy from early v1 where View.Text didn't exist. I removed this subview and made it so the MessageBox text was just Dialog.Text. However, because the "Dialog" ColorScheme inverts Normal/Focus, this caused the Text to be drawn inverted from what you'd expect.
To fix THIS, I mistakenly was setting Dialog.ColorScheme in MessageBox.cs.
The fix (temporary) is to override GetNormalColor/GetFocusColor in Dialog to always return Normal. PR incomming.
2.0.0-v2-develop.2164
Keyboard navigation of messageBox buttons no longer works. Left/right arrows do not navigate buttons
Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: