Scrollable Data Table: The JavaScript errors occur in Internet Explorer on a page with many scrollableDataTables.
-----------------------------------------------------------------------------------------------------------------
Key: RF-5009
URL: https://jira.jboss.org/jira/browse/RF-5009
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Internet Explorer
Reporter: Konstantin Mishin
--
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
suggestionBox: component's value isn't limitted under IE6,7(richfaces-demo).
----------------------------------------------------------------------------
Key: RF-4259
URL: https://jira.jboss.org/jira/browse/RF-4259
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6,IE7(3.2.2.BETA5)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Navigate to "Data Iteration - > Data Filter Slider" demo page.
#2. Enter any value more than "60000$"(max) or less than "10000$"(min) to DFS input.
#3. Press "Enter" key.
Actual behavior:
Data in rich:dataTable became filtered according to value setted in #2, independent on startRange & endRange attributes.
--
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
List Shuttle. Improve movement JS API.
--------------------------------------
Key: RF-2272
URL: http://jira.jboss.com/jira/browse/RF-2272
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
Seems like usefull feature. Nick, review please and return to me if I should update the spec and assign to developers.
--
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
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