[JBoss JIRA] Created: (RF-10162) inplaceInput: setValue JS API method works wrong with defaultLabel
by Ilya Shaikovsky (JIRA)
inplaceInput: setValue JS API method works wrong with defaultLabel
------------------------------------------------------------------
Key: RF-10162
URL: https://issues.jboss.org/browse/RF-10162
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<rich:inplaceInput defaultLabel="click to enter your name" id="ii"/>
<h:commandButton value="set" onclick="#{rich:component('ii')}.setValue('test'); return false;"/>
after click visually nothing happens because setValue do not changes label to new value. But after you will click to component - 'test' will appear in input.
expected:
value changed
changed mark appeared(?)
--
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-10009) Collapsible panel: taglib not in sync with faces-config
by Pavol Pitonak (JIRA)
Collapsible panel: taglib not in sync with faces-config
-------------------------------------------------------
Key: RF-10009
URL: https://issues.jboss.org/browse/RF-10009
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20573
Reporter: Pavol Pitonak
rich.taglib.xml and pn.faces-config.xml for component collapsiblePanel are not in sync:
pn.faces-config.xml is missing:
* bodyClass
* dir
* headerClass
* headerControlClass
* immediate
* lang
* limitRender (has disableImplicitRender)
* onbeforedomupdate
* onbeforeswitch
* onclick
* oncomplete
* ondblclick
* onmousedown
* onmousemove
* onmouseout
* onmouseover
* onmouseup
* onswitch
* rendered
* style
* styleClass
* title
--
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-10347) Client API: Select: selection management problems
by Ilya Shaikovsky (JIRA)
Client API: Select: selection management problems
-------------------------------------------------
Key: RF-10347
URL: https://issues.jboss.org/browse/RF-10347
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:select>
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
<f:selectItem itemValue="3" itemLabel="Option 4" />
<f:selectItem itemValue="4" itemLabel="Option 5" />
</rich:select>
1) choose some value. getValue - return actually label and not a value - FAIL
+ if possible add getLabel which will works as getValue now, if not - create separate task for post_4f
2) setValue('3') - Option 3 should appears and item with "3" value should be choosen. But actually just input updated with "3"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years