Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
splattater opened this issue Oct 3, 2018 · 3 comments
Open

Comments

@splattater
Copy link
Owner

reported by InclusiveOCW trial SWAQ1010,

Expected behaviour (currently working on other browsers):

  • press enter or the search icon to submit the search term;
  • as typing search term automcomplete list appears which can be accessed via the keyboard or mouse.
    These input methods are not working on IE.

[SWIK-2486] created by ajames

@splattater
Copy link
Owner Author

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
Copy link
Owner Author

splattater commented Oct 3, 2018

This is linked to GH-2470 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. Semantic-Org/Semantic-UI-React#3124 and Semantic-Org/Semantic-UI-React#2886 but these are being solved as reported.

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

by ajames

@splattater
Copy link
Owner Author

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

by ajames

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant