[JBoss JIRA] (RF-12765) Rich:tabPanel not possible to switch tabs when only dynamic tabs are present
by Tali Han (JIRA)
[ https://issues.jboss.org/browse/RF-12765?page=com.atlassian.jira.plugin.s... ]
Tali Han commented on RF-12765:
-------------------------------
In order to share smth. on Dropbox I'll need your e-mail.
> 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
> Environment: Linux, windows any browser Chrom, Mozilla
> Reporter: Tali Han
> Assignee: Lukáš Fryč
> 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, 9 months
[JBoss JIRA] (RF-10782) Input components: add attribute "width"
by Andreas Panagiotidis (JIRA)
[ https://issues.jboss.org/browse/RF-10782?page=com.atlassian.jira.plugin.s... ]
Andreas Panagiotidis commented on RF-10782:
-------------------------------------------
I find the following quite elegant and it is definitely a work around
<rich:select styleClass="rf-select-small-width" ...>
<f:selectItems value="#{bean...}"/>
</rich:select>
css:
.rf-select-small-width input[type="text"] {
width: 50px;
}
It works fine for me and I highly recommend it.
Tested with RichFaces version 4.3.0.Final
> Input components: add attribute "width"
> ---------------------------------------
>
> Key: RF-10782
> URL: https://issues.jboss.org/browse/RF-10782
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component, component-input
> Affects Versions: 4.0.0.Final
> Reporter: Gleb Galkin
> Fix For: 5-Future
>
>
> For input components we can define width using attribute style. For more description see the linked issue.
--
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, 9 months
[JBoss JIRA] (RF-12689) Upgrade Atmosphere from 1.0.1 to 1.0.10
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12689?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12689:
----------------------------------
I have checked showcase and metamer demos on all supported containers and it seems to work correctly.
> Upgrade Atmosphere from 1.0.1 to 1.0.10
> ---------------------------------------
>
> Key: RF-12689
> URL: https://issues.jboss.org/browse/RF-12689
> Project: RichFaces
> Issue Type: Component Upgrade
> Security Level: Public(Everyone can see)
> Components: build/distribution, component-push/poll
> Affects Versions: 4.3.0.M3
> Reporter: Juergen Zimmermann
> Assignee: Lukáš Fryč
> Fix For: 4.3.1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> 4.3.0.M3 still uses Atmosphere 1.0.1. However, there is 1.0.7 (or even 1.1.0.beta2)
--
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, 9 months