If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10 Pro
Simulator latest
Device PC, IOS, Android
I have a simple 2 element Tabs component and set the Tabs UIID to "mpiTabMetal" which has a foreground color for the unselected & selected states.
ManageTimeSheetsTab = new Tabs(Component.TOP);
ManageTimeSheetsTab.setTabUIID("mpiTabMetal");
ManageTimeSheetsTab.setSelectedIndex(0, true);
The problem is tab index 0 is by default set initially in the Tabs class.
However the unselected state is being displayed when in fact the index is selected.
If I setSelectedIndex(1), both index tabs display the correct states
Any subsequent selections display correctly. Only the initial instantiation does the problem surface.
Attached Image TabsInitialStateIndex_0_isSet.PNG shows the 2 tabs as "unselected"
Attached Image TabsInitialStateIndex_1_isSet.PNG shows the 2 tabs as "unselected"
Attached Image UnselectedThemeUIID.PNG shows the Unselected state.
Attached Image SelectedThemeUIID.PNG shows the Selected state.
Thanks in advance
Regards.