[richfaces-issues] [JBoss JIRA] Updated: (RF-3274) rich:tabpanel / commandlink/graphicimage don t work with firefox 2.0.0.14 (switchtype="ajax")

Adrien (JIRA) jira-events at lists.jboss.org
Sun Apr 27 08:38:09 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3274?page=all ]

Adrien updated RF-3274:
-----------------------

                   Summary:  rich:tabpanel / commandlink/graphicimage  don t work with firefox 2.0.0.14 (switchtype="ajax")  (was:  rich:tabpanel / commandlink/graphicimage  don t work with firefox 2.0.0.14)
    Workaround Description: switchType="server" 
               Description: 
Il have 3 tabs : T1 t2 t3
On t1 have a menu (rich:panelMenuItem),
When i click on a menu i display on T1 a page with commandLink and a graphic image
Click on t2 and t1. Try to click the command link

under ie6 it s work
under firefox nothing append : you need to reload the page.

=============================
If switchType="server" the it s work.
==============================




<h:commandLink id="fm" action="#{resultsHolder.navigate}" rendered="#{facesContext.externalContext.remoteUser != msg.userFrom }">
<f:param name="rowKey" value="#{nritem}" />
<f:param name="uid" value="#{msg.userFrom}" />
<h:outputText value="#{msg.userFrom}">
<f:converter converterId="longPseudoConvert" />
</h:outputText>
</h:commandLink>
<h:graphicImage id="icv" value="#{photo.urlPhotoCV}" />

home.jsp
----------------
<%@ include file="/WEB-INF/jspf/taglibs.jsp"%>
<html>
<head>
<%@ include file="/WEB-INF/jspf/commons/metas.jsp"%>


<%@ include file="/WEB-INF/jspf/commons/css.jsp"%>
<title>Lorizon</title>
</head>
<body>

<f:view >

	<rich:tabPanel switchType="ajax" styleClass="tabbed" >
		<rich:tab label="Page principale">
		<!-- Begin Wrapper -->
		<div id="wrapper">
			<!-- Begin Left Column -->
			<div id="leftcolumn">
				<%@ include file="/WEB-INF/jspf/commons/menus.jsp"%>
			</div><!-- End Left Column -->
			<!-- Begin Content Column -->
			<div id="content">
				<%@ include file="/WEB-INF/jspf/home/home.jsp"%>	
			</div><!-- End Content Column -->
			<!-- Begin Right Column -->
			<div id="rightcolumn">
			<%@ include file="/WEB-INF/jspf/commons/rightColumn.jsp"%>		
			</div><!-- End Right Column -->	
		</div><!-- End Wrapper -->
		
		</rich:tab>
		<%@ include file="/pages/m/tabs.jsp"%>
	</rich:tabPanel>
</f:view>
</body>
</html>

  was:
Il have 3 tabs : T1 t2 t3
On t1 have a menu (rich:panelMenuItem),
When i click on a menu i display on T1 a page with commandLink and a graphic image
Click on t2 and t1. Try to click the command link

under ie6 it s work
under firefox nothing append : you need to reload the page.




<h:commandLink id="fm" action="#{resultsHolder.navigate}" rendered="#{facesContext.externalContext.remoteUser != msg.userFrom }">
<f:param name="rowKey" value="#{nritem}" />
<f:param name="uid" value="#{msg.userFrom}" />
<h:outputText value="#{msg.userFrom}">
<f:converter converterId="longPseudoConvert" />
</h:outputText>
</h:commandLink>
<h:graphicImage id="icv" value="#{photo.urlPhotoCV}" />

                Workaround: [Workaround Exists]

>  rich:tabpanel / commandlink/graphicimage  don t work with firefox 2.0.0.14 (switchtype="ajax")
> -----------------------------------------------------------------------------------------------
>
>                 Key: RF-3274
>                 URL: http://jira.jboss.com/jira/browse/RF-3274
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: Firefox 2.0.0.14
> Richfaces 3.2.0
> JBoss 4.2.2 GA
> Mojarra1_2_08 (upgrade as describe on this site)
>            Reporter: Adrien
>
> Il have 3 tabs : T1 t2 t3
> On t1 have a menu (rich:panelMenuItem),
> When i click on a menu i display on T1 a page with commandLink and a graphic image
> Click on t2 and t1. Try to click the command link
> under ie6 it s work
> under firefox nothing append : you need to reload the page.
> =============================
> If switchType="server" the it s work.
> ==============================
> <h:commandLink id="fm" action="#{resultsHolder.navigate}" rendered="#{facesContext.externalContext.remoteUser != msg.userFrom }">
> <f:param name="rowKey" value="#{nritem}" />
> <f:param name="uid" value="#{msg.userFrom}" />
> <h:outputText value="#{msg.userFrom}">
> <f:converter converterId="longPseudoConvert" />
> </h:outputText>
> </h:commandLink>
> <h:graphicImage id="icv" value="#{photo.urlPhotoCV}" />
> home.jsp
> ----------------
> <%@ include file="/WEB-INF/jspf/taglibs.jsp"%>
> <html>
> <head>
> <%@ include file="/WEB-INF/jspf/commons/metas.jsp"%>
> <%@ include file="/WEB-INF/jspf/commons/css.jsp"%>
> <title>Lorizon</title>
> </head>
> <body>
> <f:view >
> 	<rich:tabPanel switchType="ajax" styleClass="tabbed" >
> 		<rich:tab label="Page principale">
> 		<!-- Begin Wrapper -->
> 		<div id="wrapper">
> 			<!-- Begin Left Column -->
> 			<div id="leftcolumn">
> 				<%@ include file="/WEB-INF/jspf/commons/menus.jsp"%>
> 			</div><!-- End Left Column -->
> 			<!-- Begin Content Column -->
> 			<div id="content">
> 				<%@ include file="/WEB-INF/jspf/home/home.jsp"%>	
> 			</div><!-- End Content Column -->
> 			<!-- Begin Right Column -->
> 			<div id="rightcolumn">
> 			<%@ include file="/WEB-INF/jspf/commons/rightColumn.jsp"%>		
> 			</div><!-- End Right Column -->	
> 		</div><!-- End Wrapper -->
> 		
> 		</rich:tab>
> 		<%@ include file="/pages/m/tabs.jsp"%>
> 	</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: 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