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

Maurice Amsellem commented on FLEX-34107:
-----------------------------------------

Fixed in Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d8a36027

This works by manually setting new property "useOpaqueBackground" to false on 
subclass of LabelItemRenderer. (Thanks  Alex for the idea)
{code}
  <s:List fontSize="50"  >    
       <s:itemRenderer>
           <fx:Component>
               <s:IconItemRenderer useOpaqueBackground="false" />
           </fx:Component>
       </s:itemRenderer>
    </s:List>
{code}

> IconItemRenderer separators disappear when using a large font
> -------------------------------------------------------------
>
>                 Key: FLEX-34107
>                 URL: https://issues.apache.org/jira/browse/FLEX-34107
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Flex 4.12.0
>         Environment: iOS6
>            Reporter: Piotr Zarzycki
>            Assignee: Maurice Amsellem
>         Attachments: 05_before_fix_font_16_debug_colors.jpg, 
> 05_before_for_for_fonts50_debug_colors.jpg, 06_fix_font_16_debug_colors.jpg, 
> 06_fix_for_small_fonts_debug_colors.jpg, 
> 07_fix_useOpaqueBackground_font_50px.jpg, ListShiftedbackground.png, 
> List_noOpaqueBackground_OK.png, TestSparkList.zip, 
> fix_font_50_debug_colors.jpg
>
>
> I have two spark List one with IconItemRenderer and the second with 
> LabelItemRenderer. 
> List with IconItemRenderer doesn't display line separators on iPad 2 iOS6. It 
> also occurs on iPhone and iPad Intellij IDEA emulators. 
> Screens from iPhone emulator: 
> List with IconItemRenderer: 
> http://images.devs-on.net/Image/BrIaFWuM0ZUleDJY-Obszar.png
> List with LabeItemRenderer: 
> http://images.devs-on.net/Image/xc4qWv4cdxzcdrLX-Obszar.png



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to