[JBoss JIRA] (RF-11021) rich:select should show first item in list if defaultLabel is not set
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11021?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11021:
-------------------------------
Fix Version/s: 5.0.0.Alpha2
(was: 5-Future)
> rich:select should show first item in list if defaultLabel is not set
> ---------------------------------------------------------------------
>
> Key: RF-11021
> URL: https://issues.jboss.org/browse/RF-11021
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.0.0.Final
> Environment: GAE, Win7-64
> Reporter: Ara Minosian
> Labels: richfaces
> Fix For: 5.0.0.Alpha2
>
>
> This code does not display first value. Id displays emty item.
> {code:xml}
> <rich:select id="unitSelect" value="#{editBean.paramEditor1.unitKeyWithRange}" selectFirst="true">
> <f:selectItems value="#{editBean.paramEditor1.availableUnits}"/>
> </rich:select>
> {code}
> This code dispays first value
> {code:xml}
> <h:selectOneMenu id="unitSelect" value="#{editBean.paramEditor1.unitKeyWithRange}">
> <f:selectItems value="#{editBean.paramEditor1.availableUnits}"/>
> </h:selectOneMenu>
> {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, 4 months
[JBoss JIRA] (RF-12613) rich:select with enablemanualinput selects wrong items
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12613?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12613:
------------------------------------
+1 [~jigg4], including this in a pull request would be great. However, please include this in a new pull request (from a different branch in your account). Pull requests treating individual issues are much easier to process and QA.
> rich:select with enablemanualinput selects wrong items
> ------------------------------------------------------
>
> Key: RF-12613
> URL: https://issues.jboss.org/browse/RF-12613
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.1.0.Final, 4.3.0.M2
> Reporter: geert olaerts
> Fix For: 5-Tracking
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> When using rich:select with enablemanualinput = "true", the wrong item might be selected. If the list of possible items is (in this order): "test test" and "test" and the user selects "test" richfaces will select "test test" as input. The same happens if the user types "test". If the list is "test" and "test test" and the user selects or types "test" the correct item is selected.
--
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, 4 months
[JBoss JIRA] (RF-12224) fileUpload: Multiple file selection
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12224?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-12224 at 7/2/13 4:51 PM:
---------------------------------------------------------
Hey [~bleathem], could you please review this patch for inclusion in {{4.3.3}}?
I think [~simone.83] did pretty good job here,
but still I have concerns about backward compatibility.
----
I would personally consider adding {{@multiple}} attribute which would enable multiple file upload.
It can be {{true}} by default, but people could also disable multiple fileupload by switching to {{false}}.
----
Otherwise I would let QE to test the code.
was (Author: lfryc):
Hey [~bleathem], could you please review this patch for inclusion in {{4.3.3}}?
I think [~simone.83] did pretty good job here,
but still I have concerns about backward compatibility here.
----
I would personally consider adding {{@multiple}} attribute which would enable multiple file upload.
It can be {{true}} by default, but people could also disable multiple fileupload by switching to {{false}}.
----
Otherwise I would let QE to test the code.
> fileUpload: Multiple file selection
> -----------------------------------
>
> Key: RF-12224
> URL: https://issues.jboss.org/browse/RF-12224
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.1.Final
> Reporter: Anthony O.
> Assignee: Brian Leathem
>
> Is it possible to support multiple file selection in the selection box as it was possible with RF 3 ?
--
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, 5 months
[JBoss JIRA] (RF-12224) fileUpload: Multiple file selection
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12224?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12224:
---------------------------------
Hey [~bleathem], could you please review this patch for inclusion in {{4.3.3}}?
I think [~simone.83] did pretty good job here,
but still I have concerns about backward compatibility here.
----
I would personally consider adding {{@multiple}} attribute which would enable multiple file upload.
It can be {{true}} by default, but people could also disable multiple fileupload by switching to {{false}}.
----
Otherwise I would let QE to test the code.
> fileUpload: Multiple file selection
> -----------------------------------
>
> Key: RF-12224
> URL: https://issues.jboss.org/browse/RF-12224
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.1.Final
> Reporter: Anthony O.
> Assignee: Brian Leathem
>
> Is it possible to support multiple file selection in the selection box as it was possible with RF 3 ?
--
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, 5 months