]
Nick Belaevski reassigned RF-8440:
----------------------------------
Assignee: Andrey Markhel (was: Nick Belaevski)
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: Andrey Markhel
Priority: Critical
Fix For: 3.3.3.Final
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="<i>Upload1</i>"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: