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

Horizontal header cell divider lines seem to be doubled up when using groupedColumns with dark headerColors set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • ADG:Display
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Language Found: English

    Description

      Steps to reproduce:

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">

      <mx:AdvancedDataGrid x="226" y="116" id="adg1" designViewDataType="flat" width="441" height="233" headerColors="[0x336666,0x8dc7c7]">
      <mx:groupedColumns>
      <mx:AdvancedDataGridColumnGroup headerText="Company Info">
      <mx:AdvancedDataGridColumn headerText="Symbol" />

      <mx:AdvancedDataGridColumnGroup headerText="Details" >
      <mx:AdvancedDataGridColumn headerText="Name" />
      <mx:AdvancedDataGridColumn headerText="Industry" />
      </mx:AdvancedDataGridColumnGroup>

      </mx:AdvancedDataGridColumnGroup>
      </mx:groupedColumns>
      </mx:AdvancedDataGrid>

      </mx:Application>

      Actual Results:

      The horizontal header cell divider lines seem to be doubled up which looks very chunky and not very pleasing when the background colors are dark

      Expected Results:

      Expected horizontal header cell divider lines to be the same size as the vertical header cell divider lines.

      Workaround (if any):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: