[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
13 years, 10 months
[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
13 years, 10 months
[JBoss JIRA] Updated: (RF-10403) Client API: dataTable: problems with subtables API
by Ilya Shaikovsky (JIRA)
[ https://issues.jboss.org/browse/RF-10403?page=com.atlassian.jira.plugin.s... ]
Ilya Shaikovsky updated RF-10403:
---------------------------------
Comment: was deleted
(was: please change link type if not fit final.)
> Client API: dataTable: problems with subtables API
> --------------------------------------------------
>
> Key: RF-10403
> URL: https://issues.jboss.org/browse/RF-10403
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.Milestone5
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
>
> subtables functionality:
> expand/collapseAllSubTables - does not works at all. - FAIL
> seems not complex to fix as just selector broken(removals in CSS?) because switchSubtable() - works.
> b.t.w. do we able to switch the control for the subtable if switch called on table - it remains in prev state but subtable switched. - IMPROVEMENT QUESTION.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months