[
http://jira.jboss.com/jira/browse/RF-3036?page=comments#action_12409250 ]
fang tianying commented on RF-3036:
-----------------------------------
hi Nick,
I'm using Mozilla Firefox2.0.0.13 on windows xp sp2.
the demo-war works fine on my JBoss4.2.1GA,
ps.I had to delete the jsf-api, jsf-impl, el-api, el-impl jar file in the demowar since
deployig issues with jboss,, but however the demo war works fine. (both the module panel
and the dnd feature )
and I attach a sample war file, if u want to depoy it to tomcat, u need to add the
jsf-impl,jsf-api,el-api,el-impl jars to the lib folder of the war.
the simplist demo war I attaced not work on my firefox2
</rich:modalPanel> don't work on firefox
----------------------------------------
Key: RF-3036
URL:
http://jira.jboss.com/jira/browse/RF-3036
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: firefox
Reporter: fang tianying
Assigned To: Nick Belaevski
Fix For: 3.2.1
Attachments: d.war
codes below works fine on IE, but not work in firefox2.0
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<rich:modalPanel id="panel" width="350" height="100"
showWhenRendered="true">
<f:facet name="header">
<h:panelGroup>
<h:outputText value="first run detected"></h:outputText>
</h:panelGroup>
</f:facet>
<f:facet name="controls">
<h:panelGroup>
<rich:componentControl for="panel" attachTo="hidelink"
operation="hide" event="onclick" />
</h:panelGroup>
</f:facet>
</rich:modalPanel>
</ui:composition>
--
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