senchalabs / AppInspector

Google Chrome™ Dev Tools extension for debugging Sencha™ applications.
http://www.senchalabs.org
Other
104 stars 42 forks source link

Cannot identify components that exist within an Extjs frame #128

Closed nitrocode closed 9 years ago

nitrocode commented 9 years ago

At my company, we're using Siesta to automate our Extjs app.

Using their live demo, I cannot detect the components but if I take the code and launch it in its own window instead of in the Siesta UI, I can easily detect the component.

For example, try running their UI Tests > Forms > basic_form.t.js and try to identify the sencha components using the Chrome extension.

http://www.bryntum.com/examples/siesta-latest/examples/browse-all-desktop.html

Edit: This is a duplicate of https://github.com/senchalabs/AppInspector/issues/33

arthurakay commented 9 years ago

Indeed - but you might check out Sencha Inspector, which would have the necessary hooks into an iFrame to debug your problems.

Sencha Inspector grew out of this project, and while it's still in EAP/Beta it is getting a lot of positive feedback.