[JBoss JIRA] (RF-12617) Merge richfaces-jsf-event.js with richfaces.js
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12617:
-------------------------------
Summary: Merge richfaces-jsf-event.js with richfaces.js
Key: RF-12617
URL: https://issues.jboss.org/browse/RF-12617
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: core
Reporter: Lukáš Fryč
{{richfaces-jsf-event.js}} contains interceptor for {{jsf.ajax.request}} which brings event re-targeting {{javax.faces.source}} (RF-12616) and also support for {{ajaxsubmit}} form event.
{{ajaxsubmit}} was brought in {{rich:editor}} implementation and is currently used additionally in {{rich:focus}}.
I suggest to merge {{richfaces-jsf-event.js}} to {{richfaces.js}}.
This feature would desire JS unit tests.
Don't forget to remove references to {{richfaces-jsf-event.js}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12594) rich:calendar defaultText causes conversion error if not populate.
by Justin Rosenberg (JIRA)
Justin Rosenberg created RF-12594:
-------------------------------------
Summary: rich:calendar defaultText causes conversion error if not populate.
Key: RF-12594
URL: https://issues.jboss.org/browse/RF-12594
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.3.0.M2, 4.2.3.Final, 4.2.2.Final
Reporter: Justin Rosenberg
If the defaultText attribute is set for a rich:calendar object and no value is entered, a conversion error occurs. It seems like the submission is trying to parse the defaultText value into a date.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12623) rich:placeholder: not working with rich inplaceInput and inplaceSelect
by Jiří Štefek (JIRA)
Jiří Štefek created RF-12623:
--------------------------------
Summary: rich:placeholder: not working with rich inplaceInput and inplaceSelect
Key: RF-12623
URL: https://issues.jboss.org/browse/RF-12623
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Reporter: Jiří Štefek
There is no placeholder displayed in rich:inplaceInput.
In rich:inplaceSelect placeholder just don't work as expected. The placeholder message is displayed after you click in this component and then outside without selecting anything.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] Created: (RF-10958) Unnecessary attributes in message component
by Jan Jamrich (JIRA)
Unnecessary attributes in message component
-------------------------------------------
Key: RF-10958
URL: https://issues.jboss.org/browse/RF-10958
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk, component
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.22442
Metamer 4.1.0-SNAPSHOT r.22441
Mojarra 2.0.4-b09
Apache Tomcat 6.0.29
Java(TM) SE Runtime Environment 1.6.0_19-b04 @ Linux
Chrome 12.0.718.0 @ Linux i686
Reporter: Jan Jamrich
There are some unnecessary attributes in faces-config.xml for rich:message component, such as: rendererType, rendersChildren. childCount, children, family, facets.
These attributes doesn't occurs in rich:messages component as well.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months
[JBoss JIRA] Created: (RF-11252) Editor - submitting by a4j:commandButton (MyFaces)
by Jan Papousek (JIRA)
Editor - submitting by a4j:commandButton (MyFaces)
--------------------------------------------------
Key: RF-11252
URL: https://issues.jboss.org/browse/RF-11252
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22610
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Internet Explorer 8.0 @ Win32
RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22610
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Firefox 5.0 @ Linux x86_64
Reporter: Jan Papousek
When the rich:editor is submitted by a4j:commandButton which renders an output area, the output area stays empty. This can be reproduced in Metamer - faces/components/richEditor/simple.xhtml.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months
[JBoss JIRA] (RF-12621) rich:placeholder : empty attribute @selector
by Jiří Štefek (JIRA)
Jiří Štefek created RF-12621:
--------------------------------
Summary: rich:placeholder : empty attribute @selector
Key: RF-12621
URL: https://issues.jboss.org/browse/RF-12621
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Reporter: Jiří Štefek
When a placeholder is present in some component (example below) and placeholder's attribute @selector is present and empty, shouldn't it work as if it was without @selector? (Placeholder will work with input)
{code}
<h:inputText id="input">
<rich:placeholder selector=""/>
</h:inputText>
{code}
Can be easily fixed in placeholder.template.xml
{code}
...
<cdk:scriptOption name="targetId" value="#{empty component.selector ? component.parent.clientId : null}" />
...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months
[JBoss JIRA] (RF-12615) Broken resource loading with Mojarra 2.2
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-12615:
----------------------------------
Summary: Broken resource loading with Mojarra 2.2
Key: RF-12615
URL: https://issues.jboss.org/browse/RF-12615
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: resource handling
Affects Versions: 4.3.0.M2
Environment: Tomcat 7.0.32
Mojarra 2.2.0-m06
Reporter: Pavol Pitonak
Attachments: jsf22.zip
# unzip attached application jsf22.zip (generated from simpleapp archetype with updated jsf)
# build application "mvn clean package"
# deploy jsf22.war to Tomcat 7
# open http://localhost:8080/jsf22
result:
* the input is not skinned and ajax doesn't work
reason:
Nov 22, 2012 2:16:56 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/jquery.js.
Nov 22, 2012 2:16:56 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/packed/packed.js.
Nov 22, 2012 2:16:56 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/DEFAULT/skinning.css.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months