Table-Header gets wider in Firefox

Table-Header gets wider in Firefox

lomelome Posts: 1Questions: 1Answers: 0

Hello,

i have the following problem:
Some table-headers (depending on the text in the cells) on my page get wider, whenever columns.adjust() gets called. Due to that, the table-width grows until the limit of the outer container is reached. This happens only in Firefox and IE, when scrollX and scrollY are false (it doesn't matter, if there is any content in the table). In Chrome, everything is fine.

I already thought about, why this happens. Maybe, because Firefox and IE use some weird calculations for sub-pixels while calculating the new width for each column.

Has anyone else also experienced this issue or got some tipps to fix/handle it?

Greetings

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    Hi @lome ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.