Giter Club home page Giter Club logo

Comments (3)

cmoesel avatar cmoesel commented on July 20, 2024

Hi @senorpatricio -- we did not target IE 10 or IE 11 during Pain Management Summary development. It currently works on Microsoft Edge, Google Chrome, Mozilla Firefox, and Mac Safari browsers. Support for IE 10 would be difficult as IE 10 reached end of life Jan 12, 2016. Support for IE 11 is likely possible, but note that IE 11 will reach its end of life on November 30.

Based on two commits in a forked version of the Pain Management Summary (commit 1, commit2), it looks like you might be able to achieve IE 11 support by:

  • adding "ie 11" to the "browserslist" entries in package.json
  • adding react-app-polyfill as a dependency
  • importing react-app-polyfill/ie11 and react-app-polyfill/stable (potentially instead of @babel/polyfill) in src/index.js

Please note, however, that I have not tested these changes; I'm only suggesting them based on what I found in commits of a forked project that does appear to target IE 11.

from ahrq-cds-connect-pain-management-summary.

senorpatricio avatar senorpatricio commented on July 20, 2024

Thank you for your response and explanation. I figured it would not be targeted during development as both of those browsers are very old. I have tested what you have suggested from the forked version without any luck. I'll have to go a different route I believe.

Thanks!

from ahrq-cds-connect-pain-management-summary.

cmoesel avatar cmoesel commented on July 20, 2024

I've just been reminded that we did confirm it working in IE 11 at one point (back in 2018) in order to support the pilot on an Epic system. Since then, we've upgraded it to support FHIR R4, which required us to "un-eject" react-create-app, upgrade the fhirclient lib (and other libs), and make other changes to the code. It seems that perhaps in those updates, compatibility with IE 11 was lost.

from ahrq-cds-connect-pain-management-summary.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.