Forum Discussion
kgorrie
Jul 27, 2021Copper Contributor
Latest release of Edge crashes
Hi there, I am experiencing an issue with the latest Edge version 92.0.902.55 which crashes on large HTML datalists. Large being approximately 20,000 options. Works well on Chrome and Firefox but a n...
Kelly_Y
Microsoft
Sep 08, 2021Steinbeis MS Edge version 93.0.961.38 was released September 2nd and there has not been another Stable version released since. I'm not sure if you are seeing different behavior on different MS Edge Channels (Canary, Dev, Beta)?
I'm not able to reproduce by typing "option". When you encounter the issue can you please submit diagnostic data through the browser? ("..." menu > Help and feedback > Send feedback)
Thanks!
-Kelly
Steinbeis
Sep 14, 2021Copper Contributor
Kelly_Y, it is frustrating that you cannot reproduce it. I think I have narrowed down the problem a bit. I think it has to do with autocomplete. I changed the name of my input field, and the the problem was gone. I assume that the autocomplete list build up, when you submit the field so I added a form and a submit button to my simple example (see below).
I selected and submitted several entries until a autocomplete list was build up like this:
Once the browser is showing the autocomplete list, the problem is there again, and I can crash the browser by typing and then moving the mouse over the list.
The problem disapears, when I rename the field or delete the autocomplete browser data.
My current verison is Version 93.0.961.47 (Offizielles Build) (64-Bit).
I will try to rename the field in my page and add an autocomplete=off as a workaround.
----
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form>
<input name="fSU_NAME" type="text" placeholder="Suchen" list="lstSU">
<br/>
<datalist id="lstSU">
<option value="Option 4711"></option>
<option value="Option 007"></option>
<option value="Option 008"></option>
<option value="Option 009"></option>
<option value="Option 010"></option>
<option value="Option 011"></option>
</datalist>
<br/>
<input type="submit"
</body>
</html>
- rzcrjzNov 03, 2021Copper ContributorI could not reproduce in 94.0.992.58 (we will switch to extended stable channel to avoid this and other bugs impacting our business too much)
- Kelly_YOct 12, 2021
Microsoft
ghanchi2000 Hi! Do you have a link to a site that we can use to reproduce? We would need more information for our developers to investigate. Thanks!
-Kelly
- ghanchi2000Oct 12, 2021Copper Contributor
Its still crashing on
Version 94.0.992.47 (Official build) (64-bit)not every time its crash its crash sometimes - Kelly_YSep 17, 2021
Microsoft
Hi Everyone! The new fix is included in current Canary builds and should be included in the Beta V94 release from today (https://docs.microsoft.com/en-us/deployedge/microsoft-edge-relnote-beta-channel#version-94099223-september-17).
We expect Stable V94 to be release next week (Microsoft Edge release schedule | Microsoft Docs) and should include the fix.
Please give it a try and let us know if you are still experiencing issues. Thanks!
-Kelly
- Dennis1993Sep 16, 2021Copper ContributorThanks!
I‘ve sent a report yesterday. 😊
I hope it can ne fixed quickly. 👍 - Kelly_YSep 15, 2021
Microsoft
kgorrie Steinbeis Our developers have been able to reproduce as well and are currently working on the fix. We will let you know once it has been deployed. Thanks again!
-Kelly
Tagging Anderung Mike_Michaud865 Dennis1993 as FYI
- kgorrieSep 15, 2021Copper Contributordid the same. Going to check in with a few users on the issue. Good to hear MS has been able to reproduce. Thanks for providing the insight they and we all needed!
- kgorrieSep 14, 2021Copper Contributor
Steinbeisdid turning off autocomplete work as a suitable solution? Or did the issue persist?
I agree there is a case where with some users the browser consistently crashes and with others the issue does not persist. Generally, those that do not use Edge have no issue, clean install with not a lot in the cache, but those that use it on a frequent basis experience the datalist crash frequently.