[richfaces-issues] [JBoss JIRA] Created: (RF-4227) Region with two or more <script> inside does not rerender under Opera 9.51. Browser hangs after.

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Tue Aug 19 04:00:07 EDT 2008


Region with two or more <script> inside does not rerender under Opera 9.51. Browser hangs after.
------------------------------------------------------------------------------------------------

                 Key: RF-4227
                 URL: https://jira.jboss.org/jira/browse/RF-4227
             Project: RichFaces
          Issue Type: Bug
         Environment: Rf 3.2.2.
Opera 9.51
            Reporter: Andrei Markavtsov
            Assignee: Andrei Markavtsov
            Priority: Critical


<h:form id="_f">
		<div id="crack"></div>
		<h:panelGroup id="_t">
			<script type="text/javascript">
				d = 1;
			</script>
			<script type="text/javascript">
				d = 3;
			</script>
			<script type="text/javascript">
				d = 4;
			</script>
	</h:panelGroup>
	<input type="button" value="Test" onclick="alert(d)"/>
	<a4j:commandLink value="Rerender" reRender="_t"></a4j:commandLink>
	</h:form>

'Test' button is not clickable after one click.

-- 
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

        



More information about the richfaces-issues mailing list