FAQ for components description
-------------------------------
Key: RF-2587
URL: http://jira.jboss.com/jira/browse/RF-2587
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.0.1
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Fix For: 3.2.1
Create a list of questions tech-writers should ask a developer to obtain info on a components necessary to describe
--
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
ScollableDataTable: resizers misaligned in Opera
------------------------------------------------
Key: RF-1383
URL: http://jira.jboss.com/jira/browse/RF-1383
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Nick Belaevski
Assigned To: Konstantin Mishin
Fix For: Future Versions
--
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
AjaxStateManager is not cluster safe
------------------------------------
Key: RF-1924
URL: http://jira.jboss.com/jira/browse/RF-1924
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Michael Youngstrom
Fix For: 3.1.4
The JSF-RI recently discovered that it's state management was not cluster safe since it uses a local value for state ids multiple nodes in a cluster could potentially start overriding the state for other pages.
AjaxStateManager is using a local variable for state id generation so will have the same problems the RI used to have in cluster environments.
For more context see this RI issue:
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=662
--
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
File Upload: application failes after file uploaded
---------------------------------------------------
Key: RF-2514
URL: http://jira.jboss.com/jira/browse/RF-2514
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: myfaces 1.2
jsp
Reporter: Andrei Markavtsov
Assigned To: Andrei Markavtsov
Fix For: 3.2.0
1. Click on component's upload button
--
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
Panel Menu Item doesn't encodes parameters in server mode.
----------------------------------------------------------
Key: RF-1070
URL: http://jira.jboss.com/jira/browse/RF-1070
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.1
Reporter: Ilya Shaikovsky
Assigned To: Anton Belevich
Fix For: 3.2.0
Analogous to previous tabPanel problem.
I think should be fixed in 3.1.x
--
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
<rich tree /> doesn't function inside of <a4j:repeat /> or <ui:repeat />
------------------------------------------------------------------------
Key: RF-2297
URL: http://jira.jboss.com/jira/browse/RF-2297
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: Windows, JBoss AS, Firefox and IE
Reporter: Bj?rn Weinbrenner
The follwing simple code doesn't function:
<a4j:repeat value="#{demoBean.rootNodeList}" var="rootNode">
<rich:tree value="#{rootNode}" var="item">
<rich:treeNode>
<t:outputText value="${item.name}" />
</rich:treeNode>
</rich:tree>
</a4j:repeat>
The trees are rendered, but if you expand a node (default = ajax) nothing happens. The A4J Log says:
warn[10:41:44,142]: No information in response about elements to replace
--
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
progressBar inside fileUpload not fully internationalized
---------------------------------------------------------
Key: RF-2784
URL: http://jira.jboss.com/jira/browse/RF-2784
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RF 3.2.0CR5
Reporter: Juergen Zimmermann
Screenshot will be provided
--
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
tooltip: doesn't works inside outputText.
------------------------------------------
Key: RF-2817
URL: http://jira.jboss.com/jira/browse/RF-2817
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.1
demo was redesigned to restore functionality. tooltip placed inside div works fine.
--
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: preformance: refresh and rerender operations take more time than it was in 3.1.4GA
-------------------------------------------------------------------------------------------------------
Key: RF-2763
URL: http://jira.jboss.com/jira/browse/RF-2763
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0.CR5
IE6
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
1. Set the following attributes:
length=" 100"
rows="100"
first="0"
timeout="0"
frozencolcount="0"
limitToList="false"
bypassUpdates="false"
ajaxSingle="true"
hideWhenScrolling="false".
=> rerender in IE6 for 3.1.4 - 25.42 sec
=> rerender in IE6 for 3.2.0 - 38.70 sec
=> refresh in IE6 for 3.1.4 - 16.03 sec
=> refresh in IE6 for 3.2.0 - 21.38 sec
--
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