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.

Microsoft Edge crashes when display range input

See original GitHub issue

Are you requesting a feature, reporting a bug or ask a question?

A bug, only observed with Microsoft Edge at the moment

What is the current behavior?

The browser crashes and reload the pages

What is the expected behavior?

It is expected to display the page including the range input field.

How would you reproduce the current behavior (if this is a bug)?

Using Microsoft Edge. Create a survey inlcuding a text field and change the inputType to range

Provide the test code and the tested page URL (if applicable)

Tested page URL: https://plnkr.co/edit/0v5VnrwSvvXJjN5ZhUg9?p=preview

Test code

var json = {
    questions: [
        {
            name: "test",
            type: "text",
            inputType: "range"
        }
    ]
};

Specify your

  • browser: Microsoft Edge
  • browser version: Microsoft Edge 41.16299.402.0 Microsoft EdgeHTML 16.16299. But also newer versions are affected and i guess also older. IE 11 seems to work so far.
  • surveyjs platform (angular or react or jquery or knockout or vue): jquery@3.3.1
  • surveyjs version: 1.0.23

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
dmitrykurmanovcommented, May 23, 2018

This ticket at developer.microsoft.com created in 2016 and exists now. So we’ve fixed the issue, fix will be available in the next release.

0reactions
gurixcommented, May 23, 2018

Thanks, I cloned the repository, build the packages and it works now für Window Edge. Thanks for your fast response!

Back in August 2017 they marked https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8696129/ as fixed, but it still failing with the least version 🤔That’s really strange.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Edge crashes when display range input · Issue #1117
It is expected to display the page including the range input field. How would you reproduce the current behavior (if this is a...
Read more >
Edge Crashes ALL Instances when filling in forms.
1. Go to edge://settings · 2. Click Reset > Restore settings to their default values · 3. Click the "Reset" button, then restart...
Read more >
The Microsoft Edge browser is crashing when you type ...
The Edge browser is currently having an issue with crashes when you type anything in the address bar. Microsoft Edge Dev.
Read more >
Common Microsoft Edge Problems, and How to Fix Them
The first obvious solution is to make sure you're running the latest version of Windows 10 or Windows 11 and Microsoft Edge. Microsoft...
Read more >
Microsoft Edge Freezes or Crashes When Opening a PDF ...
Microsoft Edge Freezes or Crashes When Opening a PDF (FIXED)Recently many Microsoft users had trouble opening a pdf file on Microsoft edge.
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