[richfaces-issues] [JBoss JIRA] Commented: (RF-1083) <script>'s in rerendered regions are not getting evaluated on IE 6/7
Doug Chasman (JIRA)
jira-events at lists.jboss.org
Mon Oct 8 13:54:03 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1083?page=comments#action_12381032 ]
Doug Chasman commented on RF-1083:
----------------------------------
Nick,
I just found the cause and it was a JavaScript namespace collision with Node (specifically someone introduced code in our application that incorrectly defined the Node type constants (leaving out CDATA_SECTION
> <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