Defect #452
The CSS style for Uppercase doesn't trigger in VR
Start date:
03/03/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
placing the following in the css style does not seem to trigger in VR
text-transform: uppercase;
History
Updated by Patrick Talbot about 13 years ago
- Status changed from New to Rejected
- Target version deleted (
v2.0)
The xhtmlRenderer lib just doesn't recognize this attribute.
But it's quite easy to use a String toUpperCase() in the template, like this:
$!variable.toUpperCase()