Hi,
When I set facet titles to be wrapped the facet values aren't align with the title. If I have a title than spans on two rows the corresponding cells with values are not spanned. See screenshot included.
I'm using SmartClient 8.1, and the problem can be reproduced using Chrome 15, Firefox 8 and IE 8.
This is a part of the cube configuration:
Initially the rows with alignment problem are hidden, only the total line is shown. If I resize the column the values are correctly aligned, even if the title is still spanned on two lines.
When I set facet titles to be wrapped the facet values aren't align with the title. If I have a title than spans on two rows the corresponding cells with values are not spanned. See screenshot included.
I'm using SmartClient 8.1, and the problem can be reproduced using Chrome 15, Firefox 8 and IE 8.
This is a part of the cube configuration:
Code:
autoDraw: false, wrapFacetValueTitles: true, autoFitFieldWidths: true, autoSizeHeaders: true
Comment