[JBoss JIRA] Created: (RF-10349) Client API:calendar: base api refactoring
by Ilya Shaikovsky (JIRA)
Client API:calendar: base api refactoring
-----------------------------------------
Key: RF-10349
URL: https://issues.jboss.org/browse/RF-10349
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Pavel Yaschenko
Fix For: 4.0.0.CR1
expand - showPopup
collapse - hidePopup
switchState - switchPopup
selectDate - setValue
getSelectedDate - getValue
getSelectedDateString - getValueAsString
resetSelectedDate - resetValue
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (RF-10342) Client API: inplaceSelect value management issues
by Ilya Shaikovsky (JIRA)
Client API: inplaceSelect value management issues
-------------------------------------------------
Key: RF-10342
URL: https://issues.jboss.org/browse/RF-10342
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Pavel Yaschenko
Fix For: 4.0.0.CR1
Getting Value
1) inplaceSelect in defaultValue state works OK. getLabel returns default label and getValue - nothing.
2) inplaceSelect with value present:
getValue and getLabel returns the same thing - label. FAIL. should be item value using getValue.
setValue:
should work in next way. with:
<rich:inplaceSelect defaultLabel="Click here to edit"
openOnEdit="true">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
I should call setValue('1') (pass item value) and Option 1 should appears and state should be "changed" with red mark.
Actually now nothing changes in label and after opening just '1' appears in the component.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (RF-10250) togglePanel: not works when activeItem not specified but works when empty String provided
by Ilya Shaikovsky (JIRA)
togglePanel: not works when activeItem not specified but works when empty String provided
-----------------------------------------------------------------------------------------
Key: RF-10250
URL: https://issues.jboss.org/browse/RF-10250
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Alex Kolonitsky
Fix For: 4.0.0.CR1
<rich:togglePanel id="panel" activeItem="tp1">
<rich:togglePanelItem
header="New York City">
throws:
java.lang.IllegalArgumentException: Name is required parameter.
the only minor claim - could be not easy to get which component want name to be defined :)
<rich:togglePanel id="panel">
<rich:togglePanelItem name="tp1"
throws the same exception. - ISSUE. first rendered item should became visible.
<rich:togglePanel id="panel" activeItem="">
<rich:togglePanelItem name="tp1"
header="New York City">
and
<rich:togglePanel id="panel" activeItem="tp1">
<rich:togglePanelItem name="tp1"
works the same and as I requested above.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years