[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
17 years, 12 months
[JBoss JIRA] Created: (RF-2349) DDmenu: iframe appears under the popup only after second time opening.
by Ilya Shaikovsky (JIRA)
DDmenu: iframe appears under the popup only after second time opening.
----------------------------------------------------------------------
Key: RF-2349
URL: http://jira.jboss.com/jira/browse/RF-2349
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
checked with latest build. selects above the menu again.
<rich:toolBar>
<h:panelGrid coumns="1">
<rich:dropDownMenu value="lasd" label="123123">
<rich:menuItem value="1123123123123"/>
<rich:menuItem value="1123123123123"/>
<rich:menuItem value="1123123123123"/>
<rich:menuItem value="1123123123123"/>
<rich:menuItem value="1123123123123"/>
<rich:menuItem value="1123123123123"/>
</rich:dropDownMenu>
<h:selectOneMenu>
<f:selectItem itemLabel="1123123123123"/>
<f:selectItem itemLabel="1123123123123"/>
<f:selectItem itemLabel="1123123123123"/>
<f:selectItem itemLabel="1123123123123"/>
<f:selectItem itemLabel="1123123123123"/>
</h:selectOneMenu>
</h:panelGrid>
</rich:toolBar>
--
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
17 years, 12 months
[JBoss JIRA] Created: (RF-2383) inplaceSelect: shadow too wide if no list width defined
by Ilya Shaikovsky (JIRA)
inplaceSelect: shadow too wide if no list width defined
-------------------------------------------------------
Key: RF-2383
URL: http://jira.jboss.com/jira/browse/RF-2383
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Anton Belevich
Fix For: 3.2.0
<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}" >
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
</rich:inplaceSelect>
Screen attached.
<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}" listWidth="300">
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
<f:selectItem itemValue="123" itemLabel="123123"/>
</rich:inplaceSelect>
All is fine.
--
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
17 years, 12 months