[
https://issues.apache.org/jira/browse/WICKET-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980784#action_12980784
]
Martin Grigorov commented on WICKET-3326:
-----------------------------------------
This is what 'view-source' shows:
<div class="wicket-tree">
<div id="id1_0" class="row"><div class="a_">
<a href="wicket/page?1-2.ILinkListener-tree-i-0-link"><span
class="junction-last"><span class="minus"></span></span></a>
<a href="wicket/page?1-2.ILinkListener-tree-i-0-nodeLink"><span
class="icon" style="background-image:
url("wicket/resource/org.apache.wicket.extensions.markup.html.tree.DefaultAbstractTree/res/folder-open-ts1294820052000.gif");"></span><span><root></span></a>
....
And this is latest trunk.
Looking at your html snippet I see you still use ~1.5-M3 (as you mentioned in
your first mail about Wicket-Scala). Some weeks ago we closed WICKET-2829 and
now all attribute values are XML escaped - note the usage of ".
I'll close the ticket as Invalid.
It is either something in your environment or something that is already fixed
in latest trunk.
> example nested does not display correctly
> -----------------------------------------
>
> Key: WICKET-3326
> URL: https://issues.apache.org/jira/browse/WICKET-3326
> Project: Wicket
> Issue Type: Bug
> Components: wicket-examples
> Affects Versions: 1.5-M3
> Environment: Tomcat 7.0.5
> Reporter: Richard Emberson
> Priority: Minor
>
> The example "nested" does not display the folder-close.gif and thus the tree
> can not
> be opened.
> The html for the page from the web site:
> http://wicketstuff.org/wicket/nested/wicket/bookmarkable/org.apache.wicket.examples.nested.Home?0
> which does work is:
> <div class="wicket-tree">
> <div id="tree1_0" class="row"><div class="a_">
> <a href="../page?0-1.ILinkListener-tree-i-0-link"><span
> class="junction-last"><span class="plus"></span></span></a>
> <a href="../page?0-1.ILinkListener-tree-i-0-nodeLink"><span
> class="icon" style="background-image:
> url('../resource/org.apache.wicket.extensions.markup.html.tree.DefaultAbstractTree/res/folder-closed.gif')"></span><span><root></span></a>
>
> </div></div>
> </div>
> while the html for 1.5-M3 is:
> <div class="wicket-tree">
> <div id="id1_0" class="row"><div class="a_">
> <a href="../page?0-1.ILinkListener-tree-i-0-link"><span
> class="junction-last"><span class="plus"></span></span></a>
> <a href="../page?0-1.ILinkListener-tree-i-0-nodeLink"><span
> class="icon" style="background-image:
> url('../resource/org.apache.wicket.extensions.markup.html.tree.DefaultAbstractTree/res/folder-closed-ts1294847126000.gif')"></span><span><root></span></a>
>
> </div></div>
> </div>
> Differences:
> div id "tree1_0" vs "id1_0"
> image url
> folder-closed.gif
> vs
> folder-closed-ts1294847126000.gif
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.