[
https://jira.jboss.org/jira/browse/RF-4227?page=com.atlassian.jira.plugin...
]
Pavel Yaschenko resolved RF-4227.
---------------------------------
Resolution: Won't Fix
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
External bug.
Fixed in Opera 9.52
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: Tsikhon Kuprevich
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