s:toggleLink onclick="..return false;"
--------------------------------------
Key: TOMAHAWK-1167
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1167
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.7-SNAPSHOT
Environment: Trinidad, JSF 1.2 RI, Linux
Reporter: Tomas Cerny
Fix For: 1.1.7-SNAPSHOT
There is bad effect when using sandbox toggle link, page jumps up
my rendered html is:
<a id="articlesForm:articles:3:codeToggler"
name="articlesForm:articles:3:codeToggler" href="#"
onclick="toggle_articlesForm_articles_3_togglePanel('articlesForm:articles:3:edit')">
<div id="articlesForm:articles:3:link" class="edit right
editLink">edit</div>
</a>
there is no way to insert in simple "return false;"
eg. onclick="..return false;" or in href="javascript:return false;"
you should do that by default
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.