Description
Wicket changes an anchor that has an onclick attribute in a way that breaks it:
<a href="google.com" onclick="if(history.length > 1)
{history.back();return false;}else{return true;}">Back to Google</a>becomes:
<a href="google.com" onclick="" if="" history.length=""> 1){history.back();return false;}
else
{return true;}">Back to Google</a>
Attachments
Attachments
Issue Links
- is duplicated by
-
WICKET-3951 AjaxFallbackButton deteriorates ">" in value attribute.
- Resolved