[
https://issues.apache.org/jira/browse/WICKET-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953960#comment-14953960
]
Ryan Martin commented on WICKET-5271:
-------------------------------------
The CSS for these themes does not work correctly on leaf nodes in trees. On
these nodes, isEnabled reports them as disabled if they have no children. This
causes them to render as <span> in my installation of Wicket 7.0.0. The
tree-junction elements don't match theme.css and render poorly.
IMHO there's no reason to specify tag type span or a on class .tree-junction.
The CSS works fine for me if I change all instances of "tree-theme-*
a.tree-junction" to just "tree-theme-* .tree-junction". Can we get this CSS
generalized so that it doesn't depend on the specifics of disabled link
behavior?
> Wicket Tree rendering broken in 7.x
> -----------------------------------
>
> Key: WICKET-5271
> URL: https://issues.apache.org/jira/browse/WICKET-5271
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 7.0.0-M1
> Reporter: Martin Grigorov
> Assignee: Sven Meier
> Fix For: 7.0.0-M1
>
>
> While testing WICKET-5267 (EventDelegationBehavior) I've noticed that the
> Tree component renders with broken layout in Wicket 7.x.
> It looks like a CSS related issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)