birt icon indicating copy to clipboard operation
birt copied to clipboard

Regression regarding image size (at least in PDF emitter)

Open hvbtup opened this issue 2 years ago • 0 comments

One of our reports contains a grid where the grid width is set and the width of each column is set and grid width != sum of column widths, so the given constraints are conflicting. With the latest release 2.1.2 of our (patched) version of BIRT, the behavior changed in comparsion to an (unreleased) release based on BIRT 4.10.

The only code change which comes to my mind as an explanation is the Fix for line-height < 100% bug https://github.com/triestram-partner/birt/commit/d65522c37dce93f5ffe63723452a03d83f71eec9

I won't say this is an regression bug, because this conflicting contraints are really an edge case, but it is an unexpected (at least for me) behavior change.

hvbtup avatar Feb 06 '23 13:02 hvbtup