Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-28584

Callout with a simple list creates rendering artifacts

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • Adobe Flex SDK Next
    • None
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows 7
      Browser: Other (specify version)
      Language Found: English

    Description

      Steps to reproduce:
      1. Create a simple view with a List component, no special itemRenderer
      2. Have this View shown in a callout, like using the SplitViewNavigator
      3.

      Actual Results:
      Unselected elements in the list have their text color white (same as BG) and there is a very strange rendering bug at the top of the callout

      Expected Results:
      List with black text color, no artifacts

      Workaround (if any):
      -

      Attachments

        Activity

          adobejira Adobe JIRA added a comment -

          Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31613
          Original Reporter: fnicollet
          Original Resolution: Duplicate
          Confirmed Version: 11392
          Confirmed Version: Next Build
          Discoverability: High
          Number of votes: 0
          Reproducibility: Every Time
          Resolved by: jasonsj
          Severity: Incorrectly Functioning
          reporter: fnicollet

          adobejira Adobe JIRA added a comment - Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31613 Original Reporter: fnicollet Original Resolution: Duplicate Confirmed Version: 11392 Confirmed Version: Next Build Discoverability: High Number of votes: 0 Reproducibility: Every Time Resolved by: jasonsj Severity: Incorrectly Functioning reporter: fnicollet
          adobejira Adobe JIRA added a comment -

          created: 2011-09-21 13:50:22.000
          resolved: 2011-09-26 17:32:32.046
          updated: 2011-10-19 13:13:06.000

          adobejira Adobe JIRA added a comment - created: 2011-09-21 13:50:22.000 resolved: 2011-09-26 17:32:32.046 updated: 2011-10-19 13:13:06.000
          adobejira Adobe JIRA added a comment -

          On 2011-09-21 14:22:33.043 fnicollet commented:
          I tested on a device (Samsung GS1) and the text color is right on the device with no artifact. But when tested on an actual device, the list is very laggy and you don't get the throw effect on the list. Should I log another bug about that ?

          Fabien
          On 2011-09-21 14:24:14.310 kawatana commented:
          not reproducible in 4.6.0.22655 and 3.1.0.4480.
          On 2011-09-21 14:41:24.422 kawatana commented:
          Hi Fabien,

          I am unable to reproduce this on NexusOne. Could you please let me know which device you are seeing the issue? thanks!
          On 2011-09-21 14:50:34.046 fnicollet commented:
          Just so that comments are sync with the forum:
          reproduced in the simulator (any devices) but not on my actual device (SGS1, Android 2.2)

          Fabien
          On 2011-09-21 14:53:26.294 fnicollet commented:
          Using Ultra i3 from CAB, for the record

          Fabien
          On 2011-09-22 16:09:34.066 kawatana commented:
          We are able to reproduce this on our side too. I will keep you updated. Thanks for filing this great bug!
          On 2011-09-22 16:10:31.188 ymachiya commented:
          I reproduced this issue in WinXP ADL with SDK 22690.
          On 2011-09-22 16:10:35.291 kawatana commented:
          not reproducible on mac ADL nor on devices.
          On 2011-09-22 16:16:19.129 chiedozi commented:
          I believe this was fixed by Jason in checkin 21957. The fix that jason implemented was moved down to SkinnablePopUpContainer in 22669.
          On 2011-09-22 17:42:24.203 jsaracin commented:
          Yukari – can you try this out with a later build (the number Chiedo cites or later)?
          On 2011-09-23 09:09:37.240 ymachiya commented:
          Still reproduced with SDK 22710 in Win ADL.
          On 2011-09-23 10:46:18.345 ymachiya commented:
          Only occurs on Windows ADL. I just checked in Nexus One with SDK 22710 and List shows items fine.
          On 2011-09-23 11:03:44.245 jsaracin commented:
          IRB – We suspect this to be a runtime issue that Windows users are likely to run into; this should be a [FLEX HIGH]. Opening to Jason San Jose to narrow down the use case and log a runtime bug. Once logged, please move this issue to the Mega External milestone.
          On 2011-09-26 11:43:44.796 jasonsj commented:
          Looks like a Windows-only issue when using BlendMode.LAYER on a container that wraps a TextField. See BlendModeFadeBug.fxp and screenshots.
          On 2011-09-26 17:32:32.267 jasonsj commented:
          Rev 22740. Changed CalloutSkin to use BlendMode.LAYER only during the Fade transition or when backgroundAlpha < 0. Note that text rendering issues will still exist in ADL on windows, but they will be less discoverable. See SDK-31655.
          On 2011-09-27 15:00:30.724 kawatana commented:
          confirmed fixed in 4.6.0.22740. closed.
          On 2011-10-19 13:13:06.900 fnicollet commented:
          Confirm fixed in i4

          adobejira Adobe JIRA added a comment - On 2011-09-21 14:22:33.043 fnicollet commented: I tested on a device (Samsung GS1) and the text color is right on the device with no artifact. But when tested on an actual device, the list is very laggy and you don't get the throw effect on the list. Should I log another bug about that ? Fabien On 2011-09-21 14:24:14.310 kawatana commented: not reproducible in 4.6.0.22655 and 3.1.0.4480. On 2011-09-21 14:41:24.422 kawatana commented: Hi Fabien, I am unable to reproduce this on NexusOne. Could you please let me know which device you are seeing the issue? thanks! On 2011-09-21 14:50:34.046 fnicollet commented: Just so that comments are sync with the forum: reproduced in the simulator (any devices) but not on my actual device (SGS1, Android 2.2) Fabien On 2011-09-21 14:53:26.294 fnicollet commented: Using Ultra i3 from CAB, for the record Fabien On 2011-09-22 16:09:34.066 kawatana commented: We are able to reproduce this on our side too. I will keep you updated. Thanks for filing this great bug! On 2011-09-22 16:10:31.188 ymachiya commented: I reproduced this issue in WinXP ADL with SDK 22690. On 2011-09-22 16:10:35.291 kawatana commented: not reproducible on mac ADL nor on devices. On 2011-09-22 16:16:19.129 chiedozi commented: I believe this was fixed by Jason in checkin 21957. The fix that jason implemented was moved down to SkinnablePopUpContainer in 22669. On 2011-09-22 17:42:24.203 jsaracin commented: Yukari – can you try this out with a later build (the number Chiedo cites or later)? On 2011-09-23 09:09:37.240 ymachiya commented: Still reproduced with SDK 22710 in Win ADL. On 2011-09-23 10:46:18.345 ymachiya commented: Only occurs on Windows ADL. I just checked in Nexus One with SDK 22710 and List shows items fine. On 2011-09-23 11:03:44.245 jsaracin commented: IRB – We suspect this to be a runtime issue that Windows users are likely to run into; this should be a [FLEX HIGH] . Opening to Jason San Jose to narrow down the use case and log a runtime bug. Once logged, please move this issue to the Mega External milestone. On 2011-09-26 11:43:44.796 jasonsj commented: Looks like a Windows-only issue when using BlendMode.LAYER on a container that wraps a TextField. See BlendModeFadeBug.fxp and screenshots. On 2011-09-26 17:32:32.267 jasonsj commented: Rev 22740. Changed CalloutSkin to use BlendMode.LAYER only during the Fade transition or when backgroundAlpha < 0. Note that text rendering issues will still exist in ADL on windows, but they will be less discoverable. See SDK-31655. On 2011-09-27 15:00:30.724 kawatana commented: confirmed fixed in 4.6.0.22740. closed. On 2011-10-19 13:13:06.900 fnicollet commented: Confirm fixed in i4

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: