You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2011/01/12 17:33:45 UTC

[jira] Resolved: (WICKET-3326) example nested does not display correctly

     [ https://issues.apache.org/jira/browse/WICKET-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3326.
-------------------------------------

    Resolution: Cannot Reproduce

> 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>&lt;root&gt;</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>&lt;root&gt;</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.