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

Jill Wetzler (JIRA) jira-events at lists.jboss.org
Mon Oct 8 11:56:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/RF-1083?page=comments#action_12380990 ] 
            
Jill Wetzler commented on RF-1083:
----------------------------------

In IE?  I pasted the code you used into my page and it works fine in firefox, but the alert does not appear when I click the button in IE.

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

        



More information about the richfaces-issues mailing list