fix: apply positioning to hidden tooltip#716
Merged
nickofthyme merged 3 commits intoelastic:masterfrom Jun 16, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #716 +/- ##
==========================================
+ Coverage 74.80% 75.16% +0.36%
==========================================
Files 265 280 +15
Lines 8541 8842 +301
Branches 1714 1741 +27
==========================================
+ Hits 6389 6646 +257
- Misses 2099 2138 +39
- Partials 53 58 +5
Continue to review full report at Codecov.
|
nickofthyme
approved these changes
Jun 16, 2020
Collaborator
nickofthyme
left a comment
There was a problem hiding this comment.
Tested built and packages on kibana (lens and discover) looks to fix issue.
markov00
pushed a commit
that referenced
this pull request
Jun 16, 2020
## [19.5.2](v19.5.1...v19.5.2) (2020-06-16) ### Bug Fixes * apply fixed positioning to hidden tooltip ([#716](#716)) ([12b1135](12b1135))
Collaborator
Author
|
🎉 This PR is included in version 19.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
1 task
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
## [19.5.2](elastic/elastic-charts@v19.5.1...v19.5.2) (2020-06-16) ### Bug Fixes * apply fixed positioning to hidden tooltip ([opensearch-project#716](elastic/elastic-charts#716)) ([8c23363](elastic/elastic-charts@8c23363))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix the scrollbar appearance when showing a tooltip on Lens/Kibana.
This was caused by the
invisibleclass and its child taking space on the bottom of the page before popperjs can position the tooltip on the page