[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
[JBoss JIRA] (RF-12636) rich:calendar: @preloadDateRangeBegin and @preloadDateRangeEnd are not working
by Jiří Štefek (JIRA)
Jiří Štefek created RF-12636:
--------------------------------
Summary: rich:calendar: @preloadDateRangeBegin and @preloadDateRangeEnd are not working
Key: RF-12636
URL: https://issues.jboss.org/browse/RF-12636
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, doc
Environment: RichFaces 4.3.0-SNAPSHOT
Metamer 4.3.0-SNAPSHOT
Apache Tomcat 7.0.32/ JBoss AS 7.1
Java(TM) SE Runtime Environment 1.7.0_09-b05 @ Linux
Firefox 16.0 @ Linux x86_64
Reporter: Jiří Štefek
These attributes should work with dateModel and calendar in client mode, but they do not.
Should an ajax request be made when navigating calendar to not preloaded date? Or should calendar forbid such action?
Or else?
Please, also update a VDL-doc for these two.
--
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-12522) rich:editor - submitting leads to javascript error
by Jan Papousek (JIRA)
Jan Papousek created RF-12522:
---------------------------------
Summary: rich:editor - submitting leads to javascript error
Key: RF-12522
URL: https://issues.jboss.org/browse/RF-12522
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.2.3.CR1
Environment: RichFaces 4.2.3.CR1
Metamer 4.2.3.20121004-CR1
Unknown version of JSF
JBoss AS 7.1.1.Final / Apache Tomcat 7.0.30
Java(TM) SE Runtime Environment 1.7.0_07-b10 @ Linux
Firefox 15.0.1 @ Linux x86_64
Reporter: Jan Papousek
It works correctly on IE 8.
--
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