IE 8 w/Compatibility Mode sort icons mess up header

IE 8 w/Compatibility Mode sort icons mess up header

talkitivewizardtalkitivewizard Posts: 30Questions: 0Answers: 0
edited June 2011 in Bug reports
when using older browsers from what I can tell, the span and the text in the TH tags in the THEAD need to be swapped. I've done a proof of concept by doing the following and it fixes the issue. Could you please implement it?

[code]
/* Add the extra markup needed by jQuery UI's themes */
if ( oSettings.bJUI )
{
for ( i=0, iLen=oSettings.aoColumns.length ; i

Replies

  • talkitivewizardtalkitivewizard Posts: 30Questions: 0Answers: 0
    edited June 2011
    To further illustrate my point, see the following screenshots
    THE GOOD
    http://dl.dropbox.com/u/7177934/Selection_006.png

    THE BAD
    http://dl.dropbox.com/u/7177934/Selection_007.png

    Also the ugly is the same as the bad :P

    Thanks,
    Allan Chappell
  • talkitivewizardtalkitivewizard Posts: 30Questions: 0Answers: 0
    Just a follow up, I didn't see anything in the release notes and have had no answer. Is there a status on this issue, or is it a non-issue in the scope of the project?
This discussion has been closed.