KeyTable bootstrap stylesheet buggy in IE

KeyTable bootstrap stylesheet buggy in IE

sliekenssliekens Posts: 97Questions: 17Answers: 2

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

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

  • sliekenssliekens Posts: 97Questions: 17Answers: 2

    Good point, IE should implement outline offsets. :smile:

    In the meantime, I styled my web app to paint the background of selected cells instead of outlining them. Works pretty well for me.

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

This discussion has been closed.