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/14 17:40:44 UTC

[jira] [Updated] (FLEX-13628) printDataGrid clips off bottom of content when variableRowHeight is set to 'true'

     [ https://issues.apache.org/jira/browse/FLEX-13628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Fritze updated FLEX-13628:
---------------------------------

    Attachment: Bildschirmfoto 2014-03-14 um 17.33.05.png

here is an example, were you can see that the last line is cutted

> printDataGrid clips off bottom of content when variableRowHeight is set to 'true'
> ---------------------------------------------------------------------------------
>
>                 Key: FLEX-13628
>                 URL: https://issues.apache.org/jira/browse/FLEX-13628
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: PrintDataGrid
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>         Attachments: Bildschirmfoto 2014-03-14 um 17.33.05.png
>
>
> Steps to reproduce:
> 1.  Build a flex application with a datagrid on it... fill the datagrid with information that will require variableRowHeight set to 'true'
> 2.  Use a printDataGrid to print the dataGrid component in your application (also set the printDataGrid's variableRowHeight property to true)
>     2a.  In my case I'm also using an itemRenderer in both grids... the itemRenderer will behave differently in the printDataGrid and the dataGrid - when printing I explicitly tell it to shrink as much as it can in vertical height to conserve paper... in testing where the effects of this renderer were removed no positive effects were seen.
>  
>  Actual Results:  The bottom of the datagrid will be clipped off in varying amounts.  (This amount of clipping seems to be loosely correlated to the amount of variance in height in the datagrid rows....)
>  
>  
>  Expected Results:  The entire printDataGrid to be visible
>  
>  
>  Workaround (if any):  None found as of yet.



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