splattater / testTickets

0 stars 0 forks source link

Interactive elements not functioning on IE11 due to React JS issues #39

Open splattater opened 6 years ago

splattater commented 6 years ago

reported by InclusiveOCW trial SWAQ1010,

Expected behaviour (currently working on other browsers):

[SWIK-2486] created by ajames

splattater commented 6 years ago

Current search input box uses a semantic ui component. There example works correctly on IE 11 wit the autocomplete list although their example does not work with a keypress.

by ajames

splattater commented 6 years ago

This is linked to @PSTARTGH-2470@PEND Closed

Advice to ensurce React 16 is comptible with IE is to use Babel polyfill https://babeljs.io/docs/en/babel-polyfill

It looks like React semantic UI is having problems with bugs with IE11 e.g. https://github.com/Semantic-Org/Semantic-UI-React/pull/3124 and https://github.com/Semantic-Org/Semantic-UI-React/issues/2886 but these are being solved as reported.

However react,semantic-u.com examples do not load on IE11

by ajames

splattater commented 6 years ago

Having done further tests on latest releast on IE11, all modals and buttons using Navlink are not responsive

by ajames