User tests: Successful: Unsuccessful:
Add CSS Variable polyfill to Atum https://github.com/jhildenbiddle/css-vars-ponyfill
This allows us to use CSS Variables in IE11
When logged into Atum note that the CSS Vars library is now in the element of the page
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Repository |
Title |
|
Labels |
Added:
?
|
We can do it in JS that way for sure (although not sure what the effects are on poor networks) - I assume that evaluation of CSS Var support is probably OK? But it's going to be included on the page async which could mean in poor networks the colors and more importantly break points that are CSS vars could be delayed loading.
We can also try server side sniffing - but of course real browsers can be masked by proxies (and given the majority of IE users these days are in corporates on proxies it can be problematic).
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-09 12:41:07 |
Closed_By | ⇒ | wilsonge |
Shouldn't this be conditionally loaded only on the browsers that need it?
jhildenbiddle/css-vars-ponyfill#21