[
http://jira.jboss.com/jira/browse/RF-1083?page=all ]
Nick Belaevski resolved RF-1083.
--------------------------------
Resolution: Cannot Reproduce Bug
Not able to reproduce the problem using the following code:
<h:form>
<h:panelGroup id="group">
<f:verbatim>
<script>
alert('Hi!');
</script>
</f:verbatim>
</h:panelGroup>
<a4j:commandButton value="action" reRender="group" />
</h:form>
Could you please provide some more info?
<script>'s in rerendered regions are not getting evaluated
on IE 6/7
--------------------------------------------------------------------
Key: RF-1083
URL:
http://jira.jboss.com/jira/browse/RF-1083
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Environment: RF 3.1.0 and also tried 3.1.1 GA
Reporter: Doug Chasman
Assigned To: Nick Belaevski
Priority: Blocker
<script>'s in rerendered regions are not getting evaluated on IE 6/7.
Relevant ajax log entries for Firefox (where things work fine) look like this:
debug[12:55:50,092]: Evaluate script replaced area in document: // count++ //
debug[12:55:50,094]: Evaluate script replaced area in document: // alert('hey')
//
and for IE:
debug[12:47:53,248]: Evaluate script replaced area in document: //
debug[12:47:53,248]: Evaluate script replaced area in document: //
looks to me like something is not right in JSAJAX.js or Sarissa:
var newscript = Sarissa.getText( newscripts[i],true ) ;
and we're getting an empty string back instead of the body of the <script>. So
far I have been unable to work around this and this issue is a showstopper for a release I
am working on.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira