[richfaces-issues] [JBoss JIRA] (RF-12081) Problem with RichEditor RF 4.2.0

phelen harg (JIRA) jira-events at lists.jboss.org
Tue Apr 10 12:08:47 EDT 2012


    [ https://issues.jboss.org/browse/RF-12081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682753#comment-12682753 ] 

phelen harg commented on RF-12081:
----------------------------------

I changed the version of the guava, cssparser and sac.jar. Here is a list of libs that we are using:

activation.jar
antlr-2.7.7.jar
axis.jar
brazilutils-0.1.1.jar
commons-codec-1.3.jar
commons-collections-3.2.1.jar
commons-dbcp.jar
commons-digester.jar
commons-fileupload-1.2.2.jar
commons-io-2.0.1.jar
commons-logging.jar
commons-pool.jar
cssparser-0.9.5.jar
dom4j-1.6.1.jar
ejb3-persistence.jar
el-api-2.2.0-SNAPSHOT.jar
el-impl-2.2.0-SNAPSHOT.jar
fontes.jar
groovy-all-1.7.5.jar
guava-10.0.1.jar
hibernate-annotations.jar
hibernate-commons-annotations.jar
hibernate-core.jar
hibernate-entitymanager.jar
hibernate-validator.jar
iText-2.1.7.jar
jasperreports-4.0.0.jar
javassist-3.15.0-GA.jar
jaxrpc.jar
jaybird-full-2.1.6.jar
jsf-api-2.1.6.jar
jsf-impl-2.1.6.jar
jsf-tlds.jar
jta-1.1.jar
log4j-1.2.16.jar
mail.jar
ojdbc6.jar
quartz-1.8.3.jar
richfaces-components-api-4.2.0.Final.jar
richfaces-components-ui-4.2.0.Final.jar
richfaces-core-api-4.2.0.Final.jar
richfaces-core-impl-4.2.0.Final.jar
saaj.jar
sac-1.3.jar
slf4j-api-1.5.6.jar
slf4j-simple-1.5.6.jar
spring.jar
spring-annotation-base-1.1.1.GA.jar
spring-annotation-hibernate-1.1.1.GA.jar
spring-annotation-security-1.1.1.GA.jar
spring-annotation-web-1.1.1.GA.jar
spring-core-2.0.8.jar
sqljdbc4.jar
standard.jar
validation-api-1.0.0.GA.jar
webserviceutils.jar
wsdl4j.jar


I think we don't use pre-processsor. Here is my web.xml:

<context-param>
    <description>Necessário para o JBoss 4.2.0 ou superior.</description>
    <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
    <param-value>true</param-value>
  </context-param>
  <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/applicationContext.xml, 
					 /WEB-INF/applicationContext-quartz.xml</param-value>
  </context-param>
  <listener>
    <listener-class>  
            org.springframework.web.context.ContextLoaderListener  
        </listener-class>
  </listener>
  <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
  </context-param>
  <context-param>
    <param-name>org.richfaces.skin</param-name>
    <param-value>#{dadosSistemaBean.jvModuloInternet.skin}</param-value>
  </context-param>
  <context-param>
        <param-name>org.richfaces.enableControlSkinning</param-name>
        <param-value>true</param-value>
    </context-param>
  <context-param>
    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
    <param-value>.xhtml</param-value>
  </context-param>  
  <welcome-file-list>
	<welcome-file>login.jsf</welcome-file>
  </welcome-file-list>  
  <servlet>
   <servlet-name>Resource Servlet</servlet-name>
   <servlet-class>org.richfaces.webapp.ResourceServlet</servlet-class>
   <load-on-startup>1</load-on-startup>
  </servlet>
  <servlet-mapping>
   <servlet-name>Resource Servlet</servlet-name>
   <url-pattern>/org.richfaces.resources/*</url-pattern>
  </servlet-mapping>
                
> Problem with RichEditor RF 4.2.0
> --------------------------------
>
>                 Key: RF-12081
>                 URL: https://issues.jboss.org/browse/RF-12081
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.2.0.Final
>            Reporter: phelen harg
>            Assignee: Lukáš Fryč
>              Labels: waiting_on_user
>         Attachments: Page.rar, page.xhtml, Sem título.jpg
>
>
>              I'm migrating my Application from RF 3.3.3 to RF 4.2.0. But now i'm facing a problem with the richEditor. When I load the the component, all the links in application receive a background like this picture: 
>              Analizing the code with Firebug, I found the problem in the CSS of RichEditor. /org.richfaces.resources/javax.faces.resource/org.richfaces.ckeditor/skins/richfaces/editor.ecss?db=eAHj0yqqAgACGAEl
>                If I erase the CSS the backgroud disappear. There is some kind of workaround for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list