Make NONE as default ajax4jsf parser for better performance and test all components for XHTML correctness
---------------------------------------------------------------------------------------------------------
Key: RF-1369
URL: http://jira.jboss.com/jira/browse/RF-1369
Project: RichFaces
Issue Type: Feature Request
Reporter: Mikhail Grushinskiy
Make NONE as default ajax4jsf parser for better performance. (TIDY is currently default).
Test all components for XHTML correctness.
Default TIDY parsing for Ajax requests causes huge performance degradation and should not be required.
--
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
The onkeydown event doesn't work when pressing enter (the component catches the enter key itself, but forgets to pass it on).
------------------------------------------------------------------------------------------------------------------------------
Key: RF-4466
URL: https://jira.jboss.org/jira/browse/RF-4466
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: Future
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
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