Patrick Pircher
Patrick Pircher
Does https://github.com/emberjs/data/pull/8008 fix this issue too for anyone? I did not see it anymore.
what about this one @rwwagner90 ? Unless you do not see this issue?
@rwwagner90 right, but it will still be selected in the ember inspector. Just no tooltip.
Any new thought about this? Maybe also include @chancancode, according to git blame wrote most of this https://github.com/emberjs/ember-inspector/blame/20e8c91051870b881c5741110c731512fc3cb6ba/ember_debug/libs/view-inspection.js#L386
I mean interacting with my app
weird, it closes for me when i click on something. I noticed now that it does not close if the tooltip of the current selected component is NOT showing. If...
https://user-images.githubusercontent.com/1332320/169776106-69e395f3-2207-43bb-b330-b688847a7bbc.mp4
Any update on this?
@rwwagner90 , probably the click handler in the file i pointed out earlier. https://github.com/emberjs/ember-inspector/blob/9aac4888c9de795a86a41d4105dd8c4a1c8d3cac/ember_debug/libs/view-inspection.js#L249. and here https://github.com/emberjs/ember-inspector/blob/master/ember_debug/libs/view-inspection.js#L323 It also checks if its inspecting. So probably component inspection enabled. But in...
same issue for me... some change how `did-insert` works? or events in general might be handled faster? looks like it this `document.addEventListener(this.rootEventType, this.handleRootMouseDown, true);` (in `basic-dropdown-content.js`) is called during the...