Bug #16049
closedwrong column-width with noRows-Option
0%
Description
The colums in a multiple-column imageelement are shifted when the noRows-Option is active and the pictures are centered, because the width of the outer wrapper-div is smaller than the sum of the column-widths.
For example:
an Image-Element width 3 columns, width 180, noRows, centered, 10px margin, 1px-Border.
The outter wrapper-width ist correct: 566 = 180x3 +20 + 6
The colum-wrapper is wrong: 204
204*3 > 566 => last column is shifted below.
The Image-width is correct: 180px
The column-widths are wrong calculated too, when the userdefined image-width is smaller than the max possible column-width. The column-widths are based on the max-possible column-width and not on the maximal width of the calculated images.
This doesnt happen in 3.9beta and occurs in 4.0.
(issue imported from #M3258)
Files