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
Starting with version 1.4.2, tabview initially shows the content of all tabs, if all tabs are created dynamically. This is caused the "active" style being set for all of them:
I discovered this in 1.5.0. Using 1.4.1 it works.
The issue reproducible with these files:
I dug into the history of Tab rendering a little bit, and I think i found the cause for the issue: Since ccabe13, integrated as a bugfix for issue #1054, the offset value is not incremented within the runnable.
Starting with version 1.4.2, tabview initially shows the content of all tabs, if all tabs are created dynamically. This is caused the "active" style being set for all of them:
I discovered this in 1.5.0. Using 1.4.1 it works.
The issue reproducible with these files:
As soon as the static tab is not commented, the tab view works as expected.
Tab and tabView are just very simple pojos, where TabViewBean builds a tabs List adding TabBeans constructed with title and string parameter.
TabViewBean:
TabBean:
The text was updated successfully, but these errors were encountered: