[
http://jira.jboss.com/jira/browse/RF-826?page=all ]
Mikhail Vitenkov closed RF-826.
-------------------------------
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
Verified at 3.2.0.CR5
effect does not work with tabpanel
----------------------------------
Key: RF-826
URL:
http://jira.jboss.com/jira/browse/RF-826
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Environment: jsp1.1
(
https://svn.jboss.org/repos/richfaces/trunk/test-applications/jsp)
Tomcat 5.5.17
FF 2.0.0.6
Reporter: Aleksej Yanul
Assigned To: Mikhail Vitenkov
Fix For: 3.1.0
Attachments: effect.log
<rich:tabPanel id="tabPanelID"
headerAlignment="Header of the tabPanel" height="200px"
switchType="ajax" rendered="true" title="Title">
<rich:tab id="tab1" label="label 1">
<h:outputText value="This is tab panel 1"
styleClass="text1"></h:outputText>
</rich:tab>
<rich:tab id="tab2" label="label 2">
<h:outputText value="This is tab panel 2"
styleClass="text1"></h:outputText>
</rich:tab>
<rich:effect id="effect1" event="onclick"
type="Opacity"
params="duration:0.4,from:1.0,to:0.4" />
</rich:tabPanel>
--
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