[JBoss JIRA] Created: (RF-7408) The whitespace at the end of any SelectItem.value results in errors expanding rich:combobox
by Anton Lisovenko (JIRA)
The whitespace at the end of any SelectItem.value results in errors expanding rich:combobox
-------------------------------------------------------------------------------------------
Key: RF-7408
URL: https://jira.jboss.org/jira/browse/RF-7408
Project: RichFaces
Issue Type: Bug
Components: component-input
Affects Versions: 3.3.1
Reporter: Anton Lisovenko
Priority: Minor
Rich:comboBox cannot be expanded, if any selectItem (in the backingBean.getSelectItems() method) contains the whitespace at the end of the value.
Steps to reproduce:
1. create backingBean, returning the SelectItem[]:
....
list[0] = new SelectItem("hello ");
return list;
2. use it on the page:
<rich:comboBox value="bye" > (for some reasons if the 'value' is not appointed, everything works ok)
<f:selectItems value="#{backingBean.selectItems}" />
</rich:comboBox>
3. result: the combobox is not expanded after clicking the "down" icon.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (RF-7244) toolTip: component appears twice in ajax mode.
by Mikhail Vitenkov (JIRA)
toolTip: component appears twice in ajax mode.
----------------------------------------------
Key: RF-7244
URL: https://jira.jboss.org/jira/browse/RF-7244
Project: RichFaces
Issue Type: Bug
Components: component-output
Affects Versions: 3.3.2.CR1
Environment: IE6, IE7, IE8, FF2, FF3.0.10, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.2.CR1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Use following code for reproduction:
<h:form id="form">
<h:outputText id="text" value="ToolTip should be here">
<rich:toolTip mode="ajax" value="#{rf6487.val}" id="toolTipID"></rich:toolTip>
</h:outputText>
</h:form>
#2. Navigate to the page and make mouse over "ToolTip should be here" output text.
#3. Verify toolTip appearance.
Actual behavior:
It appears two times. One by the other through a short time interval.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months