[richfaces-issues] [JBoss JIRA] Commented: (RF-3703) Opera 9.5 doesn't work with RichFaces

Burhan Ali (JIRA) jira-events at lists.jboss.org
Mon Aug 11 16:53:52 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12424501#action_12424501 ] 

Burhan Ali commented on RF-3703:
--------------------------------

I use Opera 9.51 and RichFaces 3.2.1.GA. I manually applied the changes suggested by Marian FILLO to richfaces-impl-3.2.1.GA.jar and experienced similar behaviour to Krzysztof Sielski. Namely that the page now loads successfuly in Opera, but the first ajax action started (manual clicking, <a4j:poll>, etc) causes the page to stop responding. Only a manual reload of the page has any effect.

These changes are a step forward, but not yet the entire solution. This "critical" bug isn't fixed yet.

The demo site is still on 3.2.1.GA and so doesn't work in Opera. Any idea at what point this will be updated? I'd like to see what effect these changes have on the components I have not used in my app.

> Opera 9.5 doesn't work with RichFaces
> -------------------------------------
>
>                 Key: RF-3703
>                 URL: https://jira.jboss.org/jira/browse/RF-3703
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: Opera 9.5
>            Reporter: Nick Belaevski
>            Assignee: Alexander Smirnov
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> Opera cannot show demosite page, it loads complete page source, but view stays empty.
> The issue is caused by this code line in AJAX script:
> 		    	var importednode ;
> 		   		importednode = window.document.importNode(_script, true);
> 				document.documentElement.replaceChild(importednode,_span);              <---- Stops here
> Replacing document.documentElement with document.body make it work

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

        



More information about the richfaces-issues mailing list