[richfaces-issues] [JBoss JIRA] Updated: (RF-8440) problems with fileUpload controls labels

Jay Balunas (JIRA) jira-events at lists.jboss.org
Thu Feb 25 10:27:10 EST 2010


     [ https://jira.jboss.org/jira/browse/RF-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Balunas updated RF-8440:
----------------------------

    Fix Version/s: 3.3.3.GA


> problems with fileUpload controls labels
> ----------------------------------------
>
>                 Key: RF-8440
>                 URL: https://jira.jboss.org/jira/browse/RF-8440
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.3.3.CR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.3.3.GA
>
>
> 1) as you could see in renderer we using <b> tags instead of CSS for some labels.
> 	/** Default labels values */
> 	private static final String[] defaultLables = { "Add...", "<b>Upload</b>",
> 			"<b>Stop</b>", "Clear All", "Cancel", "Clear", "Stop",
> 			"<b>Done</b>", "File size restricted", "Transfer error occurred","uploading"};
> 2) MAIN PROBLEM. redefined labels do not escape text properly(writeText seems not used) so I could add <i> tags around custom label using the code:
> uploadControlLabel="&lt;i&gt;Upload1&lt;/i&gt;"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list