Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Alignment problem of facet titles with facet values

    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:
    Code:
    autoDraw: false,
    wrapFacetValueTitles: true,
    autoFitFieldWidths: true,
    autoSizeHeaders: true
    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.
    Attached Files

    #2
    This might be because of something special in your title HTML or CSS. Can you give us a way to reproduce this by modifying a sample?

    Comment

    Working...
    X