[richfaces-issues] [JBoss JIRA] (RF-12768) Metamer: rich:tabPanel: Tabs are not clickable and can't be removed in Firefox 18

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Feb 19 10:07:56 EST 2013


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

Lukáš Fryč commented on RF-12768:
---------------------------------

The issue occurs in Mojarra jsf.js:

{code:title=jsf.js:1233}
req.onComplete = function onComplete() {
if (req.xmlReq.status && (req.xmlReq.status >= 200 && req.xmlReq.status < 300)) {
sendEvent(req.xmlReq, req.context, "complete");
jsf.ajax.response(req.xmlReq, req.context);
} else {
sendEvent(req.xmlReq, req.context, "complete");
sendError(req.xmlReq, req.context, "httpError");
}
{code}

As you can see on attached screenshot, the {{xmlReq}} objects comes in inconsistent state - it has {{readyState=4}} but it has {{status=0}}.
                
> Metamer: rich:tabPanel: Tabs are not clickable and can't be removed in Firefox 18
> ---------------------------------------------------------------------------------
>
>                 Key: RF-12768
>                 URL: https://issues.jboss.org/browse/RF-12768
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.2.3.Final
>         Environment: Ubuntu 12.04 LTS, JBoss AS 7.1, Firefox 18.0.1
>            Reporter: Petr Mensik
>            Assignee: Lukáš Fryč
>             Fix For: 4.3.1
>
>         Attachments: RF-12768.png
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> Adding new tabs to to rich:tabPanel works fine but you can't remove panels created this way and you also can't click on them so their content is never displayed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list