[
https://issues.apache.org/jira/browse/WICKET-5835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323979#comment-14323979
]
Raoul Zander commented on WICKET-5835:
--------------------------------------
I'm afraid you fixed the wrong class ... or at least InlineEnclosure has to be
fixed as well.
But now you're setting the visiblity flag on Enclosure but at the same time
isVisible is overriden, so that the flag is never queried - or am I missing
something?
> InlineEnclosure doesn't call child.configure() before updating its visilbity
> ----------------------------------------------------------------------------
>
> Key: WICKET-5835
> URL: https://issues.apache.org/jira/browse/WICKET-5835
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.0.0-M5, 6.19.0
> Environment: Any
> Reporter: Raoul Zander
> Assignee: Andrea Del Bene
> Priority: Minor
> Labels: enclosure
> Fix For: 6.20.0, 7.0.0-M6
>
> Attachments: enclosure-quickstart.zip
>
>
> org.apache.wicket.markup.html.internal.InlineEnclosure.updateVisibility()
> should propably call child.configure() before the visibility of the
> InlineEnclosure is set to the visibility of the child.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)