rich:pickList: keep sort order of source list after add/remove operations
-------------------------------------------------------------------------
Key: RF-4308
URL: https://jira.jboss.org/jira/browse/RF-4308
Project: RichFaces
Issue Type: Feature Request
Reporter: Martin Höller
When adding items from the source list to the target list and removing this items again, the original order of the source list is not preserved. This makes it hard to find items in a list that is longer than just a fest items. A good example is the second example on the livedemo at http://livedemo.exadel.com/richfaces-demo/richfaces/pickList.jsf. Add the first state (Alabama) and remove it. It can now be found at the very end of the otherwise alphabetical list of states. This can be rather unintuitive for a user.
My suggestion is either remember the original sort order of the source list, or add some attribute that enables automatic sorting.
--
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
CDK: <c:forEach > should generate while(){} loop for Iterator and Enumeration
-----------------------------------------------------------------------------
Key: RF-10037
URL: https://issues.jboss.org/browse/RF-10037
Project: RichFaces
Issue Type: Task
Components: CDK
Affects Versions: 4.0.0.Milestone4
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
DataTable: sorting/filtering breaks in Safari with tooltip in HTML mode
-----------------------------------------------------------------------
Key: RF-5630
URL: https://jira.jboss.org/jira/browse/RF-5630
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Safari, Facelets, HTML mode
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
<a4j:log popup="false" level="ALL" style="width: 800px; height: 300px;"></a4j:log>
<f:view contentType="text/html">
<h:form id="form">
<rich:dataTable id="table" value="#{forum5Bean.lotOfData}" var="item">
<rich:column sortBy="#{item}">
<f:facet name="header">
Header
</f:facet>
#{item} - #{forum5Bean.time}
<rich:toolTip layout="block" rendered="true">
#{forum5Bean.time}
</rich:toolTip>
</rich:column>
</rich:dataTable>
<a4j:commandLink value="Re-render" reRender="table" />
</h:form>
</f:view>
</html>
--
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
Update build to generation on profiles
--------------------------------------
Key: RF-10601
URL: https://issues.jboss.org/browse/RF-10601
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: doc
Reporter: Jay Balunas
Fix For: 4.Next
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Turn on Checkstyle check for tests
----------------------------------
Key: RF-11070
URL: https://issues.jboss.org/browse/RF-11070
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.1.0.Final
Reporter: Lukáš Fryč
Currently tests are not covered by checkstyle,
I suggest to turn checkstyle on for tests in richfaces-root-parent:
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.h...
It is necessary to check that clean build of whole framework passes with this settings.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
File upload doesn't work with MyFaces
-------------------------------------
Key: RF-10128
URL: https://issues.jboss.org/browse/RF-10128
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces 4.0.0.20101226-M5 r.20800
Metamer 4.0.0.20110104-M5 r.20882
Apache MyFaces JSF-2.0 Core Impl 2.0.2
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
Chrome 8.0.552.224 @ Linux x86_64
Reporter: Pavol Pitonak
1. deploy Metamer
2. open http://localhost:8080/metamer/faces/components/richFileUpload/simple.xhtml
3. select some file
4. click Upload
result:
nothing is uploaded, no other files can be uploaded
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Upgrade Prototype to version 1.6.1
----------------------------------
Key: RF-8176
URL: https://jira.jboss.org/jira/browse/RF-8176
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Francois Botha
I know you guys had performance issues with Prototype 1.6.0.2, but maybe the latest version (1.6.1 at time of writing) fixes those issues.
I have a specific interest in version 1.6.1 because I'd like to use Growler for Prototype. Unfortunately Prototype 1.6.0.x has a bug which makes it useless on IE. 1.6.1 solves that bug. Bug logged at https://prototype.lighthouseapp.com/projects/8886/tickets/529-element-con...
--
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
Css in composite components not found with MyFaces
--------------------------------------------------
Key: RF-10646
URL: https://issues.jboss.org/browse/RF-10646
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: base functionality
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT SVN r.21968
MyFaces 2.0.5-SNAPSHOT (and all older versions)
Tomcat 6.0.29
all browsers
Reporter: Pavol Pitonak
MyFaces cannot load the stylesheet for the following page with a composite component (the text is black instead of fuchsia). When RichFaces is removed from project, everything works fine (see attached project for Tomcat).
Mar 1, 2011 3:49:48 PM org.richfaces.resource.ResourceFactoryImpl logResourceProblem
WARNING: Resource text.ecss?db=eAHL6rC8BQAEkAIG&ln=my%252fcss was not found
{code:title=index.xhtml|borderStyle=solid}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:my="http://java.sun.com/jsf/composite/my" >
<h:head/>
<h:body>
<my:colorText text="Hello World!"/>
</h:body>
</html>
{code}
{code:title=resources/my/colorText.xhtml|borderStyle=solid}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html"
xmlns:composite="http://java.sun.com/jsf/composite" >
<h:body>
<composite:interface>
<composite:attribute name="text" type="java.lang.String" required="true" />
</composite:interface>
<composite:implementation>
<h:outputStylesheet library="my/css" name="text.ecss"/>
<h:outputText id="text" value="#{cc.attrs.text}" styleClass="color-text" />
<br/><br/>
</composite:implementation>
</h:body>
</html>
{code}
{code:title=resources/my/css/text.ecss|borderStyle=solid}
.color-text {
color: fuchsia;
text-weight: bold;
}
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Calendar: css class doesn't follow naming conventions
-----------------------------------------------------
Key: RF-10813
URL: https://issues.jboss.org/browse/RF-10813
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.0.0-SNAPSHOT r.22291
Reporter: Pavol Pitonak
Priority: Minor
Calendar's class .rf-cal-sp-inp-ctnr should be renamed to *.rf-cal-sp-inp-cntr*.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Tables: behaviors for row* events are not decoded properly
----------------------------------------------------------
Key: RF-10824
URL: https://issues.jboss.org/browse/RF-10824
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Reporter: Nick Belaevski
See linked forum thread
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira