nightingale icon indicating copy to clipboard operation
nightingale copied to clipboard

Browser-support messaging for OldIE and non-JS

Open csswizardry opened this issue 8 years ago • 5 comments

Can we look at adding banners for OldIE users (prompting them to upgrade), and a noscript message for users who’ve disabled JS (warning them about missing functionality)?

csswizardry avatar Feb 20 '18 16:02 csswizardry

How about we show the noscript ribbon by default but run a JS script to hide it? That way, it will remain if JS is disabled. My slight concern here is that it might flash up momentarily.

Android63 avatar Jun 11 '18 14:06 Android63

@csswizardry @Android63 @cehwitham was this adhered for? If not we can use browser default until we have done our basic checks for Nightingale and move onto next iterations.

penpadstudio avatar Jul 09 '18 13:07 penpadstudio

I don't believe this has been implemented yet @Pro-Paul

cehwitham avatar Jul 10 '18 10:07 cehwitham

@cehwitham is messaging something we need for Nightingale at this point anyway?

penpadstudio avatar Jul 10 '18 13:07 penpadstudio

All we need to do is take an existing message component and wrap it in either <noscript> tags or a conditional comment (<!--[if lte IE 8]>). This is going to be really trivial to implement, we just need to Do It™.

csswizardry avatar Aug 13 '18 11:08 csswizardry