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

Refresh watches #3

Open
jods4 opened this issue Jan 23, 2017 · 2 comments
Open

Refresh watches #3

jods4 opened this issue Jan 23, 2017 · 2 comments

Comments

@jods4
Copy link

jods4 commented Jan 23, 2017

I'm submitting a feature request

The values displayed in the Aurelia inspector are not refreshed after a browser event loop.
For example if I click on an input and my model values change, the old ones are still displayed in the inspector.

If I select another element they are refreshed, but this is annoying as I loose any context (scroll position, expanded object nodes).

It would be nice if just like regular debugger watches, the values updated automatically, maybe even with a small flash when a value changes.

@EisenbergEffect
Copy link
Contributor

This is probably possible, but a bit tricky. The reason is that the inspector doesn't live in or have access to the objects in the main window. Everything has to be handled via cross-process message passing.

@Alexander-Taran
Copy link

Inspector moved to https://github.com/brandonseydel/aurelia-inspector

@bigopon can be closed.. I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants