Mottie / tablesorter

Github fork of Christian Bach's tablesorter plugin + awesomeness ~
https://mottie.github.io/tablesorter/docs/
2.61k stars 754 forks source link

html5Number (in table data) + cssStickyHeader z-Index issues #466

Closed TheSin- closed 10 years ago

TheSin- commented 10 years ago

this really only affects if you have html5 Number inputs in the table data. the controls for the filed hover over the sticky header, I have not been able to fix this with just z-index I was hoping someone with more experience as to why the other stickyHeaders didn't do this but the new css version does. Does transitions do something different for z-Index?

TheSin- commented 10 years ago

http://jsfiddle.net/3pS6v/5/

I'm seeing this in safari and chrome, just scroll slowly, in FF it won't work since type number doesn't add the controls to the input. I haven't attempted it on IE as I don't have it handy.

Mottie commented 10 years ago

It's just a matter for adding a position: relative; z-index: 10 to the table headers.. I was going to work on a demo for you, but I'm trying to get this column selector demo done! LOL

TheSin- commented 10 years ago

oh it's position relative I was missing, how odd, thank you though it was just a little minor thing but it was making me a bit nutty, and google wasn't being very helpful today, I might still be jet lagged though, that is my story and I'm sticking with it ;)

Mottie commented 10 years ago

LOL, well I do still need to add it to the widget code... :P

TheSin- commented 10 years ago

oh I didn't know you were going to build it in, I just added it to my css and was happy ;)