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

calloutbutton: callout arrow has some horizontal line over it on android

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. run the attached app.
      2. click calloutbutton.
      3.

      Actual Results:
      there is horizontal line showing over the callout's arrow.

      Expected Results:

      Workaround (if any):

      Attachments

        Activity

          adobejira Adobe JIRA added a comment -

          Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31704
          Original Reporter: kawatana
          Original Resolution: Deferred
          Discoverability: Medium
          Number of votes: 0
          Regression: Yes
          Reproducibility: Every Time
          Resolved by: btravis
          Severity: Incorrectly Functioning
          reporter: kawatana

          adobejira Adobe JIRA added a comment - Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31704 Original Reporter: kawatana Original Resolution: Deferred Discoverability: Medium Number of votes: 0 Regression: Yes Reproducibility: Every Time Resolved by: btravis Severity: Incorrectly Functioning reporter: kawatana
          adobejira Adobe JIRA added a comment -

          created: 2011-09-29 13:39:12.000
          resolved: 2011-10-10 10:42:29.502
          updated: 2011-11-15 16:11:42.000

          adobejira Adobe JIRA added a comment - created: 2011-09-29 13:39:12.000 resolved: 2011-10-10 10:42:29.502 updated: 2011-11-15 16:11:42.000
          adobejira Adobe JIRA added a comment -

          On 2011-09-29 13:56:47.541 kawatana commented:
          I've started seeing this issue after the fix of SDK-31613. reproduced in 22792 with air 3.1.0.458
          On 2011-09-29 18:11:26.729 lmcliste commented:
          Open to JSJ C release
          On 2011-09-30 16:01:28.215 jasonsj commented:
          The line only appears for 160 scaled to 240. Non-scaled cases work fine. Investigating.
          On 2011-10-03 15:29:05.993 corywest commented:
          Bear, can you take a crack at this one? It's a little unusual.
          On 2011-10-03 16:33:52.881 btravis commented:
          Problem appears to be pixel alignment coupled with scaling. Simplified test case

          <?xml version="1.0" encoding="utf-8"?>
          <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160">
          <s:Group x="22.5" y="43.5" id="group">
          <s:RectangularDropShadow blurX="16" blurY="16" distance="3" tlRadius="8" trRadius="8" blRadius="8" brRadius="8" x="50.5" y="26.5" width="86" height="80"/>
          </s:Group>
          </s:Application>

          Rectangular drop shadow is using a bitmap fill. The fill is just a tad off being pixel aligned, and so you see a little bit of the repeating fill pattern on both sides. See attached image for repeating example.
          On 2011-10-04 15:17:20.782 btravis commented:
          Localfix, requires some mustella bitmap updates from Kazue.
          On 2011-10-10 10:42:29.734 btravis commented:
          CL 22924, 22926
          On 2011-10-11 08:42:45.896 kawatana commented:
          confirmed fixed in 22951 w 3.1.0 466 on nexusOne.

          adobejira Adobe JIRA added a comment - On 2011-09-29 13:56:47.541 kawatana commented: I've started seeing this issue after the fix of SDK-31613. reproduced in 22792 with air 3.1.0.458 On 2011-09-29 18:11:26.729 lmcliste commented: Open to JSJ C release On 2011-09-30 16:01:28.215 jasonsj commented: The line only appears for 160 scaled to 240. Non-scaled cases work fine. Investigating. On 2011-10-03 15:29:05.993 corywest commented: Bear, can you take a crack at this one? It's a little unusual. On 2011-10-03 16:33:52.881 btravis commented: Problem appears to be pixel alignment coupled with scaling. Simplified test case <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160"> <s:Group x="22.5" y="43.5" id="group"> <s:RectangularDropShadow blurX="16" blurY="16" distance="3" tlRadius="8" trRadius="8" blRadius="8" brRadius="8" x="50.5" y="26.5" width="86" height="80"/> </s:Group> </s:Application> Rectangular drop shadow is using a bitmap fill. The fill is just a tad off being pixel aligned, and so you see a little bit of the repeating fill pattern on both sides. See attached image for repeating example. On 2011-10-04 15:17:20.782 btravis commented: Localfix, requires some mustella bitmap updates from Kazue. On 2011-10-10 10:42:29.734 btravis commented: CL 22924, 22926 On 2011-10-11 08:42:45.896 kawatana commented: confirmed fixed in 22951 w 3.1.0 466 on nexusOne.

          People

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

            Dates

              Created:
              Updated:
              Resolved: