FireFox 3.6.8 bug

FireFox 3.6.8 bug

chadstratchadstrat Posts: 4Questions: 0Answers: 0
edited December 2010 in General
I have the dumbest issue...and it's exhausting me.

I have everything working great in chrome, Safari, and IE, but I am getting this error in Firefox 3.6.8:

oColumn is undefined: oSettings.aaSorting[i][1] = oColumn.asSorting[0];

I have a very basic table to test.


$(document).ready(function(){$('#directories').dataTable();});




test
one
two








Any help would be VASTLY appreciated.

ChadStrat

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Hi ChadStrat,

    That's very odd indeed! I've just tried it in Firefox 3.6.12 and it seems to be okay. Can you possibly post a link to an example page where you are seeing this error please?

    Thanks,
    Allan
  • chadstratchadstrat Posts: 4Questions: 0Answers: 0
    yeah...turns out I was missing the table row in the . (see above)

    all browsers but Firefox assume this. took me a while to see that. sorry for troubling you.

    Chad
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Oh yeah - I should have seen that as well :-). Thanks for posting back with the findings!

    Allan
  • rcwalshrcwalsh Posts: 12Questions: 0Answers: 0
    THANK YOU SO MUCH for posting this question and answer.

    I was running into the same simple problem, and it was driving me nuts, and I finally found this discussion, and now I can move on.

    Thanks!

    Ryan
  • l33terl33ter Posts: 2Questions: 1Answers: 0
    edited May 2014

    I am also grateful!It's amazing that this old version of FF (3.6.6 for me) can still be found 'in the wild' but sure enough I encountered this behavior as well!

    Amazingly enough I found the answer already here. Adding the <tr> around the contents of the <thead> worked for me as well. Thank you!

This discussion has been closed.