-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fix/tooltip tools #5692
Fix/tooltip tools #5692
Conversation
Can we merge the bug fixes to the addons separately? I'm not sure about this technique, I think we can do this another way |
So I have thought about this a bit. I think it is better for: A. The B. We don't need to detect keydowns inside the iframe I don't think (you'd have to click or press a key first to get in there). C. Maybe the tooltip component should also find all iframes on the screen (when it opens) and bind a The technique of triggering a click via a message over the channel is a bit hacky for me and also will break if there are more iframes on the screen (which there may be one day) |
942a456
to
3480bc0
Compare
Codecov Report
@@ Coverage Diff @@
## next #5692 +/- ##
==========================================
+ Coverage 33.24% 33.36% +0.11%
==========================================
Files 648 647 -1
Lines 9363 9331 -32
Branches 1355 1348 -7
==========================================
Hits 3113 3113
+ Misses 5635 5603 -32
Partials 615 615
Continue to review full report at Codecov.
|
@tmeasday Sure, good point, I removed the last 2 commits, so now it's just fixes on the tool addons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@ndelangen This is not merging cleanly into |
Can you explain what I should do? Try to merge this into |
@ndelangen For now, nothing. After we get the next RC out I'm going to cherry-pick the PR that introduced |
Issue:
What I did
Added an core-event for a PreviewClick
I'm not quite done, I wasn't able to successfully testing it.