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

Dev tool crashes Edge completely when opened in Internet Explorer mode #170

Open
C-Wal opened this issue Aug 2, 2023 · 5 comments
Open
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog

Comments

@C-Wal
Copy link

C-Wal commented Aug 2, 2023

Edge closes unexpectedly for me when I open Edge dev tools while viewing a .mht file.

Version: Version 115.0.1901.188 (Official build) (64-bit)
OS Version: Windows 10 22H2 build 19045.3086.

Repro steps:

  1. In outlook view an email in browser (Actions > View in Browser). This will open the email in Edge a file with a path like file:///C:/Users/{userid}/AppData/Local/Microsoft/Windows/INetCache/Content.Outlook/3NQZYE95/email%20(004).mht
  2. Press F12 to open Edge dev tools. The tools pane will open and be greyed-out and Edge will then force close unexpectedly.

AB#45821016

@C-Wal C-Wal added the bug Something isn't working label Aug 2, 2023
@captainbrosset
Copy link
Contributor

Thank you for filing this and providing steps to repo.

I'm unable to find the View in Browser option yet, it might not exist anymore in the new version of Outlook.
I have a way to save an email, however. When I do, the resulting file has a .eml extension, which I think is similar to .mht files.
So I just renamed my file to mht, opened it in Edge, and opened DevTools. This worked fine.

Does it fail for you with all mht files, or just some? When you open the file in a text editor, what does the content look like? Is it HTML markup?
Would you, by any chance, be able to share a mht file with us here? I understand that may not be possible.

In any case, I'll make sure this is tracked by our team.

@captainbrosset captainbrosset added tracked This issue is now tracked on our internal backlog more info needed We need more information before we can act on this issue labels Aug 3, 2023
@C-Wal C-Wal changed the title Dev tool crashes Edge completely when viewing .mht files Dev tool crashes Edge completely when opened in Internet Explorer mode Aug 3, 2023
@C-Wal
Copy link
Author

C-Wal commented Aug 3, 2023

Hi. I have experimented a bit more and the issue is actually simpler than I thought. I have renamed this issue and here is a new repo:

  1. View any page in Internet Explorer mode.
  2. Hit F12 and wait a few seconds.

Edge will then crash out completely.

@captainbrosset
Copy link
Contributor

The fact that DevTools is greyed-out on IEMode pages is expected. The Edge DevTools relies on a debugging protocol that IEMode pages simply doesn't support. You can, however, debug IEMode pages by following this doc: https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/ie-mode/

However, the fact that Edge crashes is definitely not expected 😄
It doesn't crash for me locally. I have the exact same Edge version, but I'm on Windows 11, not 10. So maybe that's related to this.

Letting our team know about this.

@captainbrosset captainbrosset removed the more info needed We need more information before we can act on this issue label Aug 3, 2023
@j-hudecek
Copy link

It crashes for me, too (Version 119.0.2151.93 (Official build) (64-bit) on Windows 10), the crash has been reported under bucket id 2b2f32c7593ef08415290778ff36bcfe and I've submitted feedback about it, too.

@captainbrosset
Copy link
Contributor

Thanks for your comment. Let me look at our internal issue tracking this, and add your reported crash ID, just in case this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests

3 participants