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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Wed Aug 27 11:24:39 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Dubovsky closed RF-4227.
----------------------------------

    Assignee: Alexander Dubovsky  (was: Tsikhon Kuprevich)


> 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: Alexander Dubovsky
>            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