keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.63k stars 2.21k forks source link

Supported browser versions for Admin UI #4676

Open stennie opened 6 years ago

stennie commented 6 years ago

Supported browser versions should be documented so users & contributors are clear on what the admin UI is expected to support.

Older browser versions may continue to work, but won't be explicitly tested or coded for.

Suggested minimum versions to consider:

Chrome has a more aggressive release schedule without Extended Support Releases (ESRs), so the latest Stable version is updated every 6-8 weeks (currently v67 released in May 2018).

cantuket commented 6 years ago

@stennie thank for clarifying this, but I did find a pretty big bug in IE...

https://github.com/keystonejs/keystone/issues/4769

stennie commented 6 years ago

@cantuket I created this as a placeholder proposal for what browser versions should be supported, but this isn't a definitive list yet. The continuous integration tests only run on Chrome & Firefox at the moment, so other browsers like IE, Edge, and Safari rely on manual bug reports and testing.

I suspect your IE11 issue is related to #3734 but need to find some volunteers to investigate the fix.

Regards, Stennie

cantuket commented 6 years ago

@stennie thanks, that makes sense.

I actually decided to bump this one instead https://github.com/keystonejs/keystone/pull/4641 because its more recent. The initial solutions proposed wouldn't have been reliable under quite a few scenarios, but I've added some tweaks that will hopefully get us closer.