Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.8
-
None
Description
The PanelCachingTab does not delegate the isVisible call to the cached ITab, it always return true.
When you need cached tab with dynamic visibility you have to extend PanelCachingTab, or not cache it at all...
So it would be great if the isVisible() implementation returned delegate.isVisible() instead of true.