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

Printing of Datagrids cuts off multi-line items

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.4 (Release)
    • None
    • mx: DataGrid
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Run the first attached program ("TestPrintGrid.mxml").
      2. Observe that multi-line items are displayed properly in the browser.
      3. Click on the print button which sends the same dataGrid to a FlexPrintJob.
      4. Observe the hard-copy printout.
      5. Run the second program ("TestPrintGrid2"), which uses the PrintDataGrid instead of a DataGrid and click on the print button.
      6. Observe the new hard-copy printout.
      Actual Results:
      For Program 1, the hardcopy has the first line cut-off, and the second line does not display all of the multi-line text.
      For Program 2, the third line is cut-off, and the second line display height is almost twice as high as necessary.

      Expected Results:
      The printout would appear just as it does in the browser, with no content missing or cut-off.

      Workaround (if any):
      There is none. The problem occurs when the datagrid property "variableRowHeight" is set to true, and one of the DataGridColumns has "wordWrap" set to true, and you have content which causes wrapping of text within a cell.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: