Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TheSin- opened this issue Dec 17, 2013 · 5 comments
Closed

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

TheSin- opened this issue Dec 17, 2013 · 5 comments

Comments

@TheSin-
Copy link
Collaborator

TheSin- commented Dec 17, 2013

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-
Copy link
Collaborator Author

TheSin- commented Dec 17, 2013

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
Copy link
Owner

Mottie commented Dec 17, 2013

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-
Copy link
Collaborator Author

TheSin- commented Dec 17, 2013

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 ;)

@TheSin- TheSin- closed this as completed Dec 17, 2013
@Mottie
Copy link
Owner

Mottie commented Dec 17, 2013

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

@TheSin-
Copy link
Collaborator Author

TheSin- commented Dec 18, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants