-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Spinner text color inside TabPane #227
Comments
HI Saeid, I've spent quite some time with this but still haven't figured exactly what's wrong. So far, I've discovered that this only happens when the Spinner control is inside a TabPane. |
Hi Pedro, |
@runiter Something like:
See if the color still changes to black like it's changing in your example... |
... tell me your findings when you do :) |
Sorry for delay. |
Hi @dukke, after switching to |
I came across a very specific scenario which causes Spinner text color to change into wrong color.
Here is the code to reproduce it:
If you run the above code, initially it shows correct color for spinner text (white):
But if you click on
Tab2
then the color of spinner text changes from white to black:The text was updated successfully, but these errors were encountered: