[JBoss JIRA] Created: (RF-2133) Calendar: time not always reseted.
by Ilya Shaikovsky (JIRA)
Calendar: time not always reseted.
----------------------------------
Key: RF-2133
URL: http://jira.jboss.com/jira/browse/RF-2133
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Ilya Shaikovsky
Fix For: 3.2.0
<rich:calendar value="#{calendarBean.selectedDate}"
locale="#{calendarBean.locale}"
popup="#{calendarBean.popup}"
datePattern="#{calendarBean.pattern}"
showApplyButton="#{calendarBean.showApply}">
</rich:calendar>
with this code - set pattern to dd/M/yy hh:mm a
show apply - false
popup=true
select some date
If I set time 11.02 AM for the date and then change the date itself - time will not be reseted
If I set time 11.02 PM for the date and then change the date itself - time will be reseted
We need to have the same behaviour for all the cases. I think we should reset the time on date change always.
--
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
18 years, 2 months
[JBoss JIRA] Created: (RF-2308) comboBox: "f:selectItem" doesn't work for rich:comboBox inside rich:dropDownMenu.
by Mikhail Vitenkov (JIRA)
comboBox: "f:selectItem" doesn't work for rich:comboBox inside rich:dropDownMenu.
---------------------------------------------------------------------------------
Key: RF-2308
URL: http://jira.jboss.com/jira/browse/RF-2308
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Critical
Step 1. Add rich:comboBox component inside rich:dropDownMenu, use this code:
<rich:menuItem>
<rich:comboBox>
<f:selectItem itemValue="1st mihey value"/>
<f:selectItem itemValue="2nd mihey value"/>
</rich:comboBox>
</rich:menuItem>
Step 2. Navigate to page, contained dropDownMenu component.
Step 3. Mouse over dropDownMenu - menu with rich:comboBox should appears.
Step 4. Verify comboBoxe's itemValues by clicking on comboBoxe's button attached to input box.
Actual behavior:
comboBox component is appear in dropDownMenu but it haven't any itemValues, defined inside itself(comboBox).
Expected behavior:
comboBox should appear inside dropDownMenu component with itemValues.
--
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
18 years, 2 months
[JBoss JIRA] Created: (RF-2307) comboBox: multiple rich:comboBox component using error.
by Mikhail Vitenkov (JIRA)
comboBox: multiple rich:comboBox component using error.
-------------------------------------------------------
Key: RF-2307
URL: http://jira.jboss.com/jira/browse/RF-2307
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Priority: Critical
Step 1. Add several(at least two rich:comboBox component) inside any rich component(columns, for example) or on the blank page;
Step 2. Use following code:
<rich:comboBox>
<f:selectItem itemValue="1st item"/>
<f:selectItem itemValue="2nd item"/>
<f:selectItem itemValue="3rd item"/>
</rich:comboBox>
Step 3. Navigate to page, contained tested component - it should display;
Step 4. Verify comboboxe's items
Actual behavior:
1st combobox contain 3 items("1st item", "2nd item", "3rd item");
2nd combobox contain 6 items("1st item", "2nd item", "3rd item", "1st item", "2nd item", "3rd item")
...and etc.
Expected behavior:
ComboBox should contain only items, defined inside itself;
--
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
18 years, 2 months
[JBoss JIRA] Created: (RF-2311) ComboBox: incorrect work rich:comboBox component inside rich:listShuttle.
by Mikhail Vitenkov (JIRA)
ComboBox: incorrect work rich:comboBox component inside rich:listShuttle.
-------------------------------------------------------------------------
Key: RF-2311
URL: http://jira.jboss.com/jira/browse/RF-2311
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Attachments: ComboBoxInListShuttle.png
Step 1. Add rich:comboBox component inside rich:listShuttle. Use following code:
<h:column>
<f:facet name="header">
<h:outputText value="ComboBox" />
</f:facet>
<rich:comboBox>
<f:selectItem itemValue="Combo_1"/>
<f:selectItem itemValue="Combo_2"/>
</rich:comboBox>
</h:column>
Step 2. Navigate to page, contained listShuttle("copy" operation should present).
Step 3. Find comboBox component inside listShuttle and click on it's button, attached to input box.
Step 4. Verify comboBoxe's popup list appearence place. -#1
Step 5. Select row, contained comboBox & copy them. Use "copyControlLabel" attribute.
Step 6. Click on being copied comboBoxe's button attached to input box & verify popup list appearence. -#2
Actual behavior:
#1: Popup list appears so far from selected comboBox. For more information see attached ComboBoxInListShuttle.png.
#2: Popup list doesn't appear for comboBox in row, being copied.
Expected behavior:
Popup list appearence rule shouldn't be changeable.
--
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
18 years, 2 months
[JBoss JIRA] Created: (RF-2313) comboBox: submit or ajax submit(reRendering) lead to rich:comboBoxe's itemValues increase.
by Mikhail Vitenkov (JIRA)
comboBox: submit or ajax submit(reRendering) lead to rich:comboBoxe's itemValues increase.
------------------------------------------------------------------------------------------
Key: RF-2313
URL: http://jira.jboss.com/jira/browse/RF-2313
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Step 1. Navigate to page contained rich:comboBox component.
Step 2. Verify & remember number of comboBoxe's itemValues.
Step 3. Make simple form submit & verify comboBoxe's itemValue's total number.
Step 4. Make submit of component(ajax submit) & verify comboBoxe's itemValue's total number.
Actual behavior:
Step 3. total number of itemValues is increased in comparison with initial state.
Step 4. total number of itemValues is increased in comparison with Step 3.
Expected behavior:
Total comboBoxe's itemValue's number shouldn't be changeable.
--
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
18 years, 2 months