Column sort icon not showing up on hover in Firefox 3.6

Column sort icon not showing up on hover in Firefox 3.6

LeszekALeszekA Posts: 2Questions: 0Answers: 0
edited May 2011 in Bug reports
If FF 3.6 the sort icon I placed in the column header of an unsorted column does not show up when I hover over the header. It shows up though after I click anywhere within the header.
In IE 8 my sort icon shows up when I hover over the header.
Is this a known bug/feature? Is there a workaround for it? I am assuming IE behaves as intended.

Replies

  • allanallan Posts: 61,668Questions: 1Answers: 10,096 Site admin
    There is no :hover pseudo selector in my demo CSS for the sorting classes applied to the header - so there should not be a change when you hover over the TH element. That's not to say that it can't be done - you just need to add the styles for that, but it's not in by default - so I've no idea what IE is doing. My demo pages seem to function fine in Firefox, IE and Chrome. Perhaps you can post a link.

    Allan
  • LeszekALeszekA Posts: 2Questions: 0Answers: 0
    Thanks Allan. Yes, it turned out that the problem is FF glitch. FF needs element name before class name with "hover" selector (ex: div.classname:hover). I should have analyzed the problem more thoroughly before posting here.
    BTW. I love your plugin. Great functionality. Saves ton of work.
This discussion has been closed.