[richfaces-issues] [JBoss JIRA] Created: (RF-1083) <script>'s in rerendered regions are not getting evaluated on IE 6/7

Doug Chasman (JIRA) jira-events at lists.jboss.org
Fri Oct 5 13:01:03 EDT 2007


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

        



More information about the richfaces-issues mailing list