You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Marcus Fritze (JIRA)" <ji...@apache.org> on 2014/03/20 17:54:44 UTC

[jira] [Commented] (FLEX-23252) PrintDataGrid truncates last row on page with variableRowHeight="true"

    [ https://issues.apache.org/jira/browse/FLEX-23252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941943#comment-13941943 ] 

Marcus Fritze commented on FLEX-23252:
--------------------------------------

I think this can be closed, this is a duplicate of FLEX-13628

> PrintDataGrid truncates last row on page with variableRowHeight="true"
> ----------------------------------------------------------------------
>
>                 Key: FLEX-23252
>                 URL: https://issues.apache.org/jira/browse/FLEX-23252
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: PrintDataGrid
>    Affects Versions: Adobe Flex SDK 3.3 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Browser: Other (specify version)
> Language Found: English
>            Reporter: Adobe JIRA
>
> Steps to reproduce:
> 1. <mx:PrintDataGrid id="detail" width="99%" height="100%" wordWrap="true" variableRowHeight="true" paddingLeft="10" >
> 2. Include columns with varying row heights
> 3. This occurs in an AIR application, so the browser is listed as "Other"
>  
>  Actual Results:
> If there's enough room to start printing a row at the bottom of the page, a portion of the row will print and the rest of the row is lost.
>  
>  Expected Results:
> If there isn't enough room to print the entire row, start at the top of the next page, or print the remainder at the top of the next page.
>  
>  Workaround (if any):
> Don't use variableRowHeight="true"; set the row height to be the maximum possible row height.



--
This message was sent by Atlassian JIRA
(v6.2#6252)