[JBoss JIRA] (RF-12765) Rich:tabPanel not possible to switch tabs when only dynamic tabs are present
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/RF-12765?page=com.atlassian.jira.plugin.s... ]
Jan Papousek closed RF-12765.
-----------------------------
verified the commit is present in 5.0.0.Alpha1
> Rich:tabPanel not possible to switch tabs when only dynamic tabs are present
> ----------------------------------------------------------------------------
>
> Key: RF-12765
> URL: https://issues.jboss.org/browse/RF-12765
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.0.M3, 4.3.0.CR2, 4.3.0.Final, 4.3.1
> Environment: Linux, windows any browser Chrom, Mozilla
> Reporter: Tali Han
> Assignee: Lukáš Fryč
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Rih:Tab panel functionality is broken.
> If you have dynamically generated tabs, you'll be able to switch from first to last, and then to first, but you'll not be able to switch to any other tab again.
> Remove from example that comes with richfaces distribution first static tab for dynamic tabs and you'll be able to reproduce this behaviour.
> richfaces/tabPanel/samples/dynamic-sample.xhtml
> {code}
> <rich:tabPanel activeItem="#{dynamicPanelBean.activeTab}">
> <ui:remove>
> <rich:tab header="Static">
> <p>This tab is static one.</p>
>
> <p>All of the following tabs are dynamically generated using <b>a4j:repeat</b>.</p>
> </rich:tab>
> </ui:remove>
> <a4j:repeat value="#{skinBean.skins}" var="skinName">
>
> <rich:tab header="#{skinName}" name="#{skinName}">
> <f:facet name="header">#{skinName}</f:facet>
> <i> All the controls below are just standard JSF components skinned with RichFaces: </i>
> <hr />
> <h:form>
> {code}
--
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
11 years, 6 months
[JBoss JIRA] (RF-12465) Resolve build time issues
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12465?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12465.
----------------------------
Verified. Closing.
> Resolve build time issues
> -------------------------
>
> Key: RF-12465
> URL: https://issues.jboss.org/browse/RF-12465
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Labels: rf5-build
> Fix For: 5.0.0.Alpha1
>
>
> Full build takes ~23 sec, incremental build (no changes) ~7 sec.
> {code:title=*Incremental Build*}
> [module instantiation started]
> [module instantiation completed: 463 ms]
> [java source processing started]
> [java source processing completed: 708 ms]
> [non-java source processing started]
> [builder started: RendererTemplateParser]
> [builder completed: 1 ms]
> [builder started: FacesConfigParser]
> [builder completed: 0 ms]
> [non-java source processing completed: 91 ms]
> [library verification started]
> [library verification completed: 1493 ms]
> [library generation started]
> [library generation completed: 1318 ms]
> [cdk completed: 7042 ms]
> {code}
> {code:title=*Full Build*}
> [cdk started: /mnt/workspace/workspaces/build-restructure/core/impl/.]
> [module instantiation started]
> [module instantiation completed: 469 ms]
> [java source processing started]
> [java source processing completed: 9890 ms]
> [non-java source processing started]
> [builder started: RendererTemplateParser]
> [builder completed: 657 ms]
> [builder started: FacesConfigParser]
> [builder completed: 516 ms]
> [non-java source processing completed: 1255 ms]
> [library verification completed: 1354 ms]
> [library generation completed: 7036 ms]
> [cdk completed: 22750 ms]
> {code}
--
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
11 years, 6 months
[JBoss JIRA] (RF-12849) Showcase - update readme - remove obsolete, add new
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/RF-12849?page=com.atlassian.jira.plugin.s... ]
Jan Papousek closed RF-12849.
-----------------------------
> Showcase - update readme - remove obsolete, add new
> ---------------------------------------------------
>
> Key: RF-12849
> URL: https://issues.jboss.org/browse/RF-12849
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: doc, showcase
> Affects Versions: 4.3.1
> Reporter: Juraj Húska
> Assignee: Juraj Húska
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> After rewriting showcase readme to markdown syntax I would update it for example with following:
> * reference to showcase online demo
> * remove publishing to GAE and put there publishing to Openshift instead
> * I would create small clickable TOC in the top of the page
> * remove deploying on JBoss AS 6 and maybe add deploying on EAP 6 (it is now available to download)
> * Mention JBDS as an option
--
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
11 years, 6 months
[JBoss JIRA] (RF-12858) rich:calendar dateselect event is fired twice
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/RF-12858?page=com.atlassian.jira.plugin.s... ]
Jan Papousek closed RF-12858.
-----------------------------
verified in 5.0.0.Alpha1
> rich:calendar dateselect event is fired twice
> ---------------------------------------------
>
> Key: RF-12858
> URL: https://issues.jboss.org/browse/RF-12858
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.1
> Reporter: Michal Petrov
> Assignee: Domenico Giannotta
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> <rich:calendar oncurrentdateselect="alert('Date selected')" />
> 1. open the calendar popup
> 2. click on the month in the header
> 3. select month/year and click "OK"
> The alert will pop up twice.
--
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
11 years, 6 months