-
New Feature
-
Resolution: Cannot Reproduce
-
Normal
-
8.0.0
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.3 S5, ZK 8.0.3 S7, ZK 8.0.3 S9, ZK 8.0.3 S10, ZK 8.5.2 S1, ZK 8.5.2 S2
-
None
the css style currently applied on z-tabs-content contains:
display:table;
In this case, display:table shouldn't be necessary to achieve the tabs functionality and create issue with older browsers and IE11 EMIE.
Possible replacement:
display:block
(works well in small scale, but was not extensively tested)