fileUpload: "valueChangeListener" shouldn't be present amount component's attributes.
-------------------------------------------------------------------------------------
Key: RF-3235
URL: http://jira.jboss.com/jira/browse/RF-3235
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE, FF, Safari, Opera(3.2.1.CR1)
Reporter: Mikhail Vitenkov
Assigned To: Andrei Markavtsov
rich:fileUpload component's valueChangeListener has never been called.
--
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
fileUpload: check file for possible lock
----------------------------------------
Key: RF-3055
URL: http://jira.jboss.com/jira/browse/RF-3055
Project: RichFaces
Issue Type: Task
Reporter: Sergey Smirnov
Assigned To: Nick Belaevski
Fix For: 3.2.1
check the issue on the forum.
--
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
ComboBox: the Iframe have other position than DropDownList
----------------------------------------------------------
Key: RF-3255
URL: http://jira.jboss.com/jira/browse/RF-3255
Project: RichFaces
Issue Type: Bug
Environment: IE 7
Reporter: Lex Dmitriev
Assigned To: Nick Belaevski
Priority: Critical
Attachments: screenshot-1.jpg
--
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
ComboBox: "tabindex" attribute is absented in FuncSpec.
-------------------------------------------------------
Key: RF-3184
URL: http://jira.jboss.com/jira/browse/RF-3184
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Documentation
Reporter: Heorhi Maksimenko
Assigned To: Svetlana mukhina
Priority: Minor
"tabindex" attribute is absented in FuncSpec, but is presented in guide.
--
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
tooltip: doesn works attached to parent input
---------------------------------------------
Key: RF-3185
URL: http://jira.jboss.com/jira/browse/RF-3185
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.1
<h:inputText id="myinput" value="#{userBean.name}">
<rich:toolTip id="tt">
<h:outputText value="tip"/>
</rich:toolTip>
</h:inputText>
<h:panelGroup id="test">
<h:outputText value="Test"/>
<rich:toolTip id="tt1">
<h:outputText value="tip1"/>
</rich:toolTip>
</h:panelGroup>
Second one works fine while first one - doesn't works.
--
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
pom.xml in folder samples: update for a profile myfaces
--------------------------------------------------------
Key: RF-3061
URL: http://jira.jboss.com/jira/browse/RF-3061
Project: RichFaces
Issue Type: Task
Affects Versions: 3.2.0
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
--
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