[
https://issues.jboss.org/browse/RF-12768?page=com.atlassian.jira.plugin.s...
]
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