question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

form builder and form render not working with internet explorer 11

See original GitHub issue

Description:

App Env. : Angular 8 with .Net Core 3.0 form builder and form render not working with internet explorer 11, even edge browser also. Tried with polyfill.js also, below is script added at the top of other JS files

<script src="https://polyfill.io/v3/polyfill.min.js?features=Object.assign,Object.entries,Promise,Array.prototype.includes,Array.prototype.find,String.prototype.startsWith,Object.values,String.prototype.includes"></script>

formBuilderPolyfillUse

Environment Details:

  • formBuilder Version:
  • Browser: IE 11 & Edge
  • OS: Windows 7, Windows 10

Expected Behavior: It should work (Form Builder & Form Render)

Actual Behavior: Nothing is happening. Not even getting any error in the browser console. However, it works well with Chrome, Firefox browser etc.

Steps to Reproduce

Screenshot - (optional)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
W1-PopelierEcommented, Jan 28, 2020

@kevinchappell in IE11 i get these errors: image

Polyfills (cdn provided by @harshalyelpale ) also couldn’t solve it.

–edit

“Internet Explorer is no longer a browser anyone should rely on” ~https://www.theverge.com/2019/2/8/18216767/microsoft-internet-explorer-warning-compatibility-solution

That being mentioned, Edge works fine and the new released Edge Chromium works perfect. So should supporting Internet Explorer be a goal or a time waste?

0reactions
kevinchappellcommented, May 28, 2021

🎉 This issue has been resolved in version 3.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

form builder and form render not working with internet explorer ...
Environment Details: formBuilder Version: Browser: ie11; OS: windows10. Expected Behavior. Actual Behavior. Steps to Reproduce. open https:// ...
Read more >
IE11 not rendering MS Form - Microsoft Community Hub
IE11 not rendering MS Form. Wondering why IE11 does not load MS forms input fields. In Chrome and Edge it works as expected....
Read more >
Angular Form not working in Internet Explorer 11
I have developed an Angular 6 Project. All is working well in Chrome, Mozilla and Apple browsers, but it is not working in...
Read more >
Form not displaying on internet explorer | WordPress.org
It seems that you have resolved the issue. Your form displays well on IE 11. What have you changed? My form doesn't work...
Read more >
Internet Explorer - Wikipedia
Internet Explorer is a series of graphical web browsers developed by Microsoft which was used in the Windows line of operating systems (in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found