SAP / ui5-inspector

With the UI5 Inspector, you can easily debug and support your OpenUI5/SAPUI5 based apps.
https://sap.github.io/ui5-inspector/
Apache License 2.0
144 stars 57 forks source link

Support for Focus Mode in Microsoft Edge #185

Closed benutzer193 closed 1 year ago

benutzer193 commented 2 years ago

Description

In newer releases, Microsoft introduced the Focus Mode in Edge. When this Mode is enabled, it is impossible to enable and access the UI5 tab used by the UI5 inspector extension.

OpenUI5/SAPUI5 version:

any

Browser/version:

Microsoft Edge Version 103.0.1264.49 (Official build) (64-bit)

URL (minimal example if possible):

App independent

User/password (if required and possible - do not post any confidential information here):

N/A

Steps to reproduce the problem:

  1. enable Focus Mode, as detailed here
  2. try to access the UI5 tab

What is the expected result?

UI5 Tab is available automatically or can be added via the + Button to the Edge DevTools, if the Focus Mode is active

What happens instead?

UI5 Tab is not available and can't be added to the Edge DevTools, if the Focus Mode is active

Any other information? (attach screenshots if possible)

Without Focus Mode: image

With Focus Mode: image

proehlen commented 1 year ago

@benutzer193 This started working for me in the last few days I think. Might have been an Edge update or maybe the extension got updated:

image

benutzer193 commented 1 year ago

Thanks for the notification, it is working for me now as well. I assume it is related to https://github.com/MicrosoftEdge/DevTools/issues/31.