[JBoss JIRA] Created: (RF-10343) inplaceSelect: trying to use controls when the value is default causes full page refresh.
by Ilya Shaikovsky (JIRA)
inplaceSelect: trying to use controls when the value is default causes full page refresh.
-----------------------------------------------------------------------------------------
Key: RF-10343
URL: https://issues.jboss.org/browse/RF-10343
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Fix For: 4.0.0.CR1
<rich:inplaceSelect editEvent="dblclick" id="inplaceSelect"
showControls="true" saveOnSelect="false" saveOnBlur="false"
value="#{inplaceSelectBean.value}"
defaultLabel="Double click to edit value">
<f:selectItems value="#{inplaceSelectBean.capitalsOptions}" />
</rich:inplaceSelect>
dblclick the component. Blur. try cancel or save button.
--
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-10346) inplaceSelect: saveOnSelect and saveOnBlur problem
by Ilya Shaikovsky (JIRA)
inplaceSelect: saveOnSelect and saveOnBlur problem
--------------------------------------------------
Key: RF-10346
URL: https://issues.jboss.org/browse/RF-10346
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Fix For: 4.0.0.CR1
set both to false.
what I expect:
component not closes by selection - OK
component should not perform value processing on blur - FAIL. currently it's reseting it to previous. For inplaceSelect it's good as it closes anyway. so that attribute really means reset.
but for select it should mean reset when component closes (saveOnSelect=true and saveOnBlur=false) and should not perform any value processing when component still remains opened after blur.
--
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-10272) collapsiblePanel cannot be used inside popupPanel
by Juergen Zimmermann (JIRA)
collapsiblePanel cannot be used inside popupPanel
-------------------------------------------------
Key: RF-10272
URL: https://issues.jboss.org/browse/RF-10272
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone5
Reporter: Juergen Zimmermann
1) I open two popup panels and each contains a tabPanel which again contains a collapsiblePanel.
2) When I click at e.g. the 1st collapsiblePanel in the 2nd popupPanel, then the 1st collapsiblePanel in the >>1st<< popupPanel ist opened.
I'll attach a screenshot to illustrate the problem.
--
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-10344) Client API: isEditState and isValueChanged works wrong
by Ilya Shaikovsky (JIRA)
Client API: isEditState and isValueChanged works wrong
------------------------------------------------------
Key: RF-10344
URL: https://issues.jboss.org/browse/RF-10344
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
<rich:inplaceSelect editEvent="dblclick" id="inplaceSelect"
showControls="true" saveOnSelect="false" saveOnBlur="false"
defaultLabel="Double click to edit value">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
dblclick component. Leave the component without changes - component will remains opened and containing of default label - OK
call isEditState from the console - it returns false
in the same time isValueChanged return true.
--
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-10209) Tab and Toolbar abbreviations confusion
by Gleb Galkin (JIRA)
Tab and Toolbar abbreviations confusion
---------------------------------------
Key: RF-10209
URL: https://issues.jboss.org/browse/RF-10209
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component, component-output
Affects Versions: 4.0.0.CR1
Reporter: Gleb Galkin
Assignee: Ilya Shaikovsky
Fix For: Future_4.X
Tab and Toolbar share the same abbreviations: td. I think that Tab could be 'tab' and Toolbar - 'tb'. Ilya, please, confirm and reassign this issue to somebody to fix classes names for these components.
--
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-10341) client api: inplaceInput api issues
by Ilya Shaikovsky (JIRA)
client api: inplaceInput api issues
-----------------------------------
Key: RF-10341
URL: https://issues.jboss.org/browse/RF-10341
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
1) RF-10162 - seems works even worse now. now it throws undefined for me.
2) cancel not works. I tried next cases:
<rich:inplaceInput defaultLabel="click to enter your name" saveOnBlur="false" onblur="#{rich:component('ii')}.save()" id="ii"/> - works fine. according to saveOnBlur value should be reseted on blur but it sotered with onblur handler used api.
but
<rich:inplaceInput defaultLabel="click to enter your name" saveOnBlur="true" onblur="#{rich:component('ii')}.cancel()" id="ii"/> has minor problem. It cancels value but "changed" red mark appeared.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years