ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

WIP: in-element support

Open NullVoxPopuli opened this issue 5 years ago • 1 comments

PR made early for easy diff reference

Description

Currently, as reported by https://github.com/emberjs/ember-inspector/issues/1255 and reproduced in https://github.com/NullVoxPopuli/repro-repo-ember-inspector-1255, when components are "portaled" to another part of the DOM, the inspector doesn't know how find them both with the pointer highlight toggle, and the right click menu -> Ember Inspect.

This PR aims to fix that, hopefully meaning that all attempts to inspect a component "work"

Screenshots

TBD

Notes to self for when I pick this up again Test at URL: http://localhost:4201/testing/tests/?filter=Ember%20Debug%20-%20View&testId=64a2ddc4

NullVoxPopuli avatar Oct 11 '20 17:10 NullVoxPopuli

Looks good so far! Thanks for picking this up.

RobbieTheWagner avatar Oct 20 '20 16:10 RobbieTheWagner