[
https://jira.jboss.org/jira/browse/RF-6929?page=com.atlassian.jira.plugin...
]
Nick Belaevski commented on RF-6929:
------------------------------------
<%@ page contentType="application/xhtml+xml; charset=ISO-8859-1"%>
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j"%>
<html>
<body>
<f:view>
<h:form id="form">
<a4j:commandLink reRender="dragPanelId" value="abc" />
<a4j:outputPanel id="dragPanelId" layout="block"
style="width: 300px; height: 5px; background-color: red;">
<script>alert(1)</script>
</a4j:outputPanel>
<a4j:log popup="false" />
</h:form>
</f:view>
</body>
</html>
Safari/Chrome: scripts are evaluated twice in AJAX-updated parts in
XHTML mode
------------------------------------------------------------------------------
Key: RF-6929
URL:
https://jira.jboss.org/jira/browse/RF-6929
Project: RichFaces
Issue Type: Bug
Components: core
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 3.3.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira