KeyTable bootstrap stylesheet buggy in IE
KeyTable bootstrap stylesheet buggy in IE
The Bootstrap theme for KeyTable uses outline-offset
which is not supported in IE11.
https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap/blob/master/css/keyTable.bootstrap.css
This discussion has been closed.
Replies
Yes - it should just mean that IE11 users will see the offset outside the cell rather than slightly overlapping it.
I don't think that is a bug in the stylesheet, but rather the lack of a feature in the browser, and it should still work and be useful (graceful degradation) in IE11.
Allan
Good point, IE should implement outline offsets.
In the meantime, I styled my web app to paint the background of selected cells instead of outlining them. Works pretty well for me.
Sounds like a nice solution.
IE isn't going to be implementing anything new any more. Edge is where it is at for Microsoft...!
Allan