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

Cannot inspect any element inside SAP Launchpad #133

Closed MichaelFlucher closed 2 years ago

MichaelFlucher commented 3 years ago

I have several Apps inside my SAP Launchpad I'd like to inspect. The Structure inside the UI5 tab only shows the whole App as one Element: <sap.ushell.components.container.ApplicationContainer id="application-Item-List">

I also can't use right click > Inspect UI5 control. Is this not supported yet?

nnaydenow commented 3 years ago

Hi @MichaelFlucher,

Could you please check if the content of ApplicationContainer is wrapped inside iframe?

MichaelFlucher commented 3 years ago

Hi @nnaydenow, thanks for the hint. You are right, the SAP Launchpad Services embeds the HTML5 app using an iframe. Is there any possibility to debug it anyway?

gregorwolf commented 2 years ago

Hi @nnaydenow,

would it help to raise an incident via SAP Support in the Portal / Launchpad Service component to get this issue fixed?

MichaelFlucher commented 2 years ago

@gregorwolf as workaround for now I always search for ui5appruntime.html in the Networks tab and directly open the requested URL - quite ugly, but it works...

jdichev commented 2 years ago

Hello, The possibility to use the UI5 Inspector across iframes on a specific page was added recently with https://github.com/SAP/ui5-inspector/commit/197dfd3bc6b7015249e4f4c3b99062fd7c56b3c2. It will be available after latest release becomes public. Best regards, Jordan

gregorwolf commented 2 years ago

Hi @jdichev,

I see this feature mentioned in the 1.3.0 release but in the Chrome Webstore at:

https://chrome.google.com/webstore/detail/ui5-inspector/bebecogbafbighhaildooiibipcnbngo?hl=de

I only see 1.0.1.

jdichev commented 2 years ago

Hello,

This feature result along with everything else that made it into the release is being evaluated as after the latest release is produced. After confirmation, we're going to publish the latest release via Chrome Web Store.

Best regards, Jordan