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

PanelSkin incorrectly calculating borderThicknessRight in borderMetrics

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: Panel, Skinning
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      line 102 in mx.skins.halo::PanelSkin seems incorrect. (this line is within the function get borderMetrics)
      It is incorrectly accounting for super.borderMetrics.right.

      vm.right = o.bottom + (isNaN(btr) ? bt : btr);

      should be

      vm.right = o.right + (isNaN(btr) ? bt : btr);

      The surrounding lines

      Actual Results:
      see above

      Expected Results:
      see above

      Workaround (if any):
      see above

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: