You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Jeremy Wischusen (JIRA)" <ji...@apache.org> on 2013/04/30 13:58:16 UTC

[jira] [Commented] (FLEX-18072) Label does not show any text if truncateToFit is false

    [ https://issues.apache.org/jira/browse/FLEX-18072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645510#comment-13645510 ] 

Jeremy Wischusen commented on FLEX-18072:
-----------------------------------------

Does not occur using SDK 4.9.1 on Mac OS X 10.7.5 using the code from the previous comment. 
                
> Label does not show any text if truncateToFit is false
> ------------------------------------------------------
>
>                 Key: FLEX-18072
>                 URL: https://issues.apache.org/jira/browse/FLEX-18072
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Label
>    Affects Versions: Adobe Flex SDK 3.3 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Firefox 3.x
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easyfix, easytest
>
> Steps to reproduce:
> 1.
> Create a label
> 2.
> set truncateToFit to false
> 3.
> see that you see no text
>  
>  Actual Results:
>  No text is visible at all
>  
>  Expected Results:
> Seeing text
>  
>  
>  Workaround (if any):
>  
>  If you look at updateDisplayList you'll see a branch that does
>  if (truncateToFit)
> {
> ...
> }
> in there it sets the textField.text to _text;
> this does not happen at all otherwise, therefore you're sitting there with valid text in
> _text, but it won't show
> can derive from label and set it manually in updateDisplayList i suppose

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira