InplaceInput: edit(), getValue() and setValue(newValue) api-functions don't work.
---------------------------------------------------------------------------------
Key: RF-3257
URL: http://jira.jboss.com/jira/browse/RF-3257
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: JSF; Faselets
Reporter: Heorhi Maksimenko
Assigned To: Nick Belaevski
edit(), getValue() and setValue(newValue) api-functions for InplaceInput don't work.
See below:
$("formID:inplaceInputSubviewID:inplaceInputID").component.edit is not a function
$("formID:inplaceInputSubviewID:inplaceInputID").component.getValue is not a function
$("formID:inplaceInputSubviewID:inplaceInputID").component.setValue is not a function
--
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
CDK: remove string split from x:passThruWithExclusions
------------------------------------------------------
Key: RF-3713
URL: http://jira.jboss.com/jira/browse/RF-3713
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.2.2
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.2
public void encodePassThruWithExclusions(FacesContext context,
UIComponent component, String exclusions) throws IOException {
if (null != exclusions) {
String[] exclusionsArray = exclusions.split(","); <----- that should be done by CDK
encodePassThruWithExclusionsArray(context, component,
exclusionsArray);
}
}
--
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
Optimize org.ajax4jsf.org.w3c.tidy.DOMNodeListByTagNameImpl getLength() & item() methods
----------------------------------------------------------------------------------------
Key: RF-3717
URL: http://jira.jboss.com/jira/browse/RF-3717
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.2.2
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: Future
--
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
Tidy: disable unnecessary AttrCheck classes
-------------------------------------------
Key: RF-3712
URL: http://jira.jboss.com/jira/browse/RF-3712
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.2.2
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.2
--
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
OrderingList: looks like immediate is always true
-------------------------------------------------
Key: RF-3018
URL: http://jira.jboss.com/jira/browse/RF-3018
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Converter is always called each time during apply request values phase disregarding whether immediate has been set to true or false
--
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
scrollableDataTable: the left table border missed on Opera
-----------------------------------------------------------
Key: RF-3328
URL: http://jira.jboss.com/jira/browse/RF-3328
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: 3.2.1.CR3
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
see image
--
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
ScrollableDataTable and InplaceInput: token position in editable field not shown
--------------------------------------------------------------------------------
Key: RF-3487
URL: http://jira.jboss.com/jira/browse/RF-3487
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Benoit Pflieger
Priority: Critical
Fix For: 3.2.1
Using InplaceInput inside a Scrollable Data Table allows you to edit the cell but when the cell is in edit mode, the token position is not shown.
This looks really annoying for the end user when working on a cell.
--
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