Project

General

Profile

Defect #452

The CSS style for Uppercase doesn't trigger in VR

Added by John Michael Parkan about 13 years ago. Updated about 13 years ago.

Status:
Rejected
Priority:
Normal
Category:
overall
Target version:
-
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

#1

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()

Also available in: Atom PDF