Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Later
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
Add the following Text component to an Application:
<mx:Text y="58" id="bodyText" text="{_texts.bodyText}" styleName="footprintBody" width="292" left="0" right="25" selectable="false"/>
Create a css file with the following styles and set it on the application (don't know if the application css is necessary):
Application {
font-family: Arial;
font-size: 10px;
}
.footprintBody {
font-size: 11px;
}
Actual Results:
The W at the beginning of the sentence is not rendered completely And as far as we have seen only the capital letter w is affected. No other letters are rendered incorrectly (not even the lowercase w).
Same problem can be reproduced with a Label component
Workaround (if any):
(a) Remove the style from the text component and the W is rendered correctly (We haven't found any other 'workarounds').
(b) Set textIndent style to 1px.
(c) Use embedded font.