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

Point-and-click feature in the component pane has incorrect coordinates when hovering over portal'd content

Open NullVoxPopuli opened this issue 6 months ago • 2 comments

Describe the bug

When clicking the "click-in-page" button to then go click something in the page for the component tree to pull up, the highlight should only highlight the component, and be aligned properly.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

highlight should overlay hovered component

Screenshots If applicable, add screenshots to help explain your problem.

Environment Ember version, browser, etc.

Additional context Add any other context about the problem here.

NullVoxPopuli avatar May 19 '25 16:05 NullVoxPopuli

is this also with ember-wormhole?

patricklx avatar May 20 '25 08:05 patricklx

ah, i see the issue now

patricklx avatar May 20 '25 08:05 patricklx

@NullVoxPopuli i'm not sure if I'm fixing the right thing :) can you share a website as a example?

patricklx avatar Jun 16 '25 09:06 patricklx

I have gone through this and produced a reproduction that does not reproduce any issue as described in the original description: https://github.com/mainmatter/ember-wormhole-inspector-demo

I am going to keep this issue closed and I will reopen it if someone can PR a working reproduction to that demo repo 👍

mansona avatar Aug 06 '25 15:08 mansona