Robbie Wagner

Results 813 comments of Robbie Wagner

@patricklx when you say click on anything, do you mean clicking a component to inspect it or do you mean interacting with your app in general? I'm not entirely sure...

@patricklx I am not able to reproduce on https://music.apple.com/us/browse I clicked a component in Ember Inspector's component tab, which opened the object inspector, then clicked a button on the site...

@patricklx no updates. My guess is that when a tooltip is open, there is a click handler that assumes you are going to be selecting another component and when clicked,...

@ef4 @chancancode do we need to do anything special to support embroider?

@Abderazak-Amiar do you have an app we can reproduce this with?

@Andrik264 is there a site we can use to reproduce this?

@Andrik264 yes, are you on the Ember Discord? I am rwwagner90 on there too

@agnyp the error seems to indicate perhaps you are trying to access `this.element` on a glimmer component? Glimmer components do not have elements like Ember ones do.

@sandstrom just to confirm, you have ember-cli-content-security-policy installed in your app?

@sandstrom I think what I am saying is we don't have a CSP on inspector, but it does run kind of inside your app, so I think your app's CSP...