Layout Quirk with FF and Paging

Layout Quirk with FF and Paging

jhonovichjhonovich Posts: 3Questions: 0Answers: 0
edited October 2010 in General
My layout is moderately skewed (specifically first column) when using FF 3.6 and paging. This problem only occurs on the 2nd page or later.

See: http://ipvideomarket.info/camera-finder/results?search[vmsystem]=10 vs. http://ipvideomarket.info/camera-finder/results?page=2&search[vmsystem]=10

I checked this on chrome and IE8 but the problem does not occur.

Any advice here? Thank you.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Looks like a bug in how the row height is calculated in Firefox with FixedHeader. Basically if the row height is greater than 1em, this problem is going to be hit. I've been working on this in FixedColumns recently, so it should be a reasonably simple matter of applying to fix from there, since that is now working well. I've made a note to do this shortly.

    Allan
  • jhonovichjhonovich Posts: 3Questions: 0Answers: 0
    Allan, thank you so much for your quick and helpful response. Is there any work around that I can use for the time being (reducing the row height etc.)? If not, any sense of when a fix would be available? Days, weeks?

    Thanks again. I appreciate any further feedback.
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    The workaround is not to have any columns which have a line break in them - i.e you have a couple of columns which say "Pro Only" over two lines. Estimated time for a fix - hopefully not too long - I'm working on some other stuff at the moment, but when I get a chance I'll look at this - within a week. Keep an eye on the downloads page for a new development version of FixedHeader: http://datatables.net/download/

    Allan
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    I've just committed a fix for this to FixedHeader :-). You can pick it up from the downloads page ( http://datatables.net/download/ ) or hang about for the release, which I'll be making soon.

    Allan
This discussion has been closed.