Inline Enclosure needs to check isVisibleInHierarchy, not only isVisible
------------------------------------------------------------------------
Key: WICKET-4475
URL: https://issues.apache.org/jira/browse/WICKET-4475
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.20
Environment: Mac Os, Java 6
Reporter: Olaf Siefart
If the Visibility of the child component from the inline enclure uses
setVisibleAllowed, the enclosure is rendered if the component is not visible.
Take a look to the updateVisibility-method of the InlineEnclosure-Class. In my
opinion the method should check for isVisibleInHierarchy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira