[
https://issues.jboss.org/browse/RF-12058?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč commented on RF-12058:
---------------------------------
Hi Thursten, I'm not able to reproduce the issue.
Could you please try to minimize the sample so you would be able to provide us WAR or
source code where we could reproduce the issue?
I have tried on two applications:
[RichFaces Showcase
hosting|http://showcase.richfaces.org/richfaces/component-sample.jsf?demo...]
[input-demo developer
example|https://github.com/richfaces/dev-examples/tree/develop/input-demo] (source) using
Tomcat 6.0.33
I have also tried to look into
{{richfaces-components-ui.jar/META-INF/resources/org.richfaces.staticResource/4.2.0.Final/PackedCompressed/org.richfaces.images/fu-upl.gif}}
and the image there looks fine.
rich:fileUpload - wrong upload icon if resourceOptimization param is
set to true
---------------------------------------------------------------------------------
Key: RF-12058
URL:
https://issues.jboss.org/browse/RF-12058
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input, resource handling
Affects Versions: 4.2.0.Final
Environment: Tomcat6.33, Richfaces 4.2.0 FINAL, JDK1.6
Reporter: Thorsten Nieser
Assignee: Lukáš Fryč
Priority: Minor
Fix For: 4.2.1.CR1
Attachments: css-snippet.jpg, nok.jpg, ok.jpg
If the new resource optimization is disabled all icons of the fileUpload element are
fine.
(
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=fileUpl...)
But if I enabled the optimization by setting the context param to true, the upload button
shows the red cross instead of the green check mark.
<context-param>
<param-name>org.richfaces.resourceOptimization.enabled</param-name>
<param-value>true</param-value>
</context-param>
--
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