[richfaces-issues] [JBoss JIRA] Commented: (RF-8615) FileUpload - problem with national chars on controlLabels

Max Laenzlinger (JIRA) jira-events at lists.jboss.org
Tue Dec 7 12:42:02 EST 2010


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

Max Laenzlinger commented on RF-8615:
-------------------------------------

I found a workaround with css content before, if it does not have to work in IE7 and below (works in IE8, FF, Chrome,..):

E.g. for the "Add.." button:
1) Set empty value: addControlLabel=""
2) Add/overwrite css:
.rich-fileupload-ico-add:BEFORE {
  content:"#{mypropertiesfile['button.choose']}";
}	


> FileUpload - problem with national chars on controlLabels
> ---------------------------------------------------------
>
>                 Key: RF-8615
>                 URL: https://jira.jboss.org/browse/RF-8615
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, regression
>    Affects Versions: 3.3.3.Final
>         Environment: WebLogic 10.3, JSF 1.2, Facelets 1.1
>            Reporter: Piotr Staw
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: Future_3.X
>
>         Attachments: screenshot-1.jpg
>
>
> I have a problem with fileUpload control label. When i've used new version 3.3.3Final there is a problem with national chars in clearControlLabel, doneLabel, clearAllControlLabel. 
> When page appears, there are strange marks on labels like: 
> Wyczyść listę 
> Wyczyść
> In version RF 3.3.1.GA there was everything fine. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list