[richfaces-issues] [JBoss JIRA] Updated: (RF-5224) rich:editor inside rich:tabPanel does not allow tab switching in IE7

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 01:33:46 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-5224:
-------------------------------

    Fix Version/s: 3.3.0
         Assignee: Nick Belaevski


> rich:editor inside rich:tabPanel does not allow tab switching in IE7
> --------------------------------------------------------------------
>
>                 Key: RF-5224
>                 URL: https://jira.jboss.org/jira/browse/RF-5224
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: Windows x64 Vista, JSF 1.2_10, RF 3.3.0 BETA2
>            Reporter: Jonathan Moores
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>
> In IE7 only! (Firefox3 and Chrome ok).
> The following editor example does not allow switching to the other tab. The ajax request does not seem to stop (or at least the status is not updated.
> I could not find any errors in the local client side log.
> <%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
> <%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
> <html>
> <head><title>Simple jsp page</title></head>
> <body>
> <f:view>
>     <a4j:status startText="started" stopText="stopped">
>     </a4j:status>
>     <a4j:log popup="true"/>
>     <rich:tabPanel id="newDocumentTabPanel" switchType="ajax" style="width: 700px; height: 80%;">
>         <rich:tab id="overviewTab" label="Document Details">
>             <rich:editor id="richEditorWindow" height="300" width="500"
>                          theme="advanced" autoResize="false" required="true">                
>             </rich:editor>
>         </rich:tab>
>         <rich:tab id="customerTab" label="Customers">
>             testy
>         </rich:tab>
>     </rich:tabPanel>
> </f:view>
> </body>
> </html>

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