Update tooltip docs to explain potential overflow boundary issue#26844
Merged
mdo merged 4 commits intotwbs:v4-devfrom Jul 20, 2018
simPod:document-tooltip-flickering
Merged
Update tooltip docs to explain potential overflow boundary issue#26844mdo merged 4 commits intotwbs:v4-devfrom simPod:document-tooltip-flickering
mdo merged 4 commits intotwbs:v4-devfrom
simPod:document-tooltip-flickering
Conversation
Johann-S
previously requested changes
Jul 10, 2018
Member
Johann-S
left a comment
There was a problem hiding this comment.
Please revert the change on assets/css/docs.min.css
Member
|
@Johann-S: I can't confirm what this documents is right, can you confirm? |
Contributor
Author
XhmikosR
approved these changes
Jul 10, 2018
mdo
requested changes
Jul 11, 2018
docs/4.1/components/tooltips.md
Outdated
| {% capture callout %} | ||
| ##### Usage with overflow `auto` and `scroll` | ||
|
|
||
| When the parent container has the CSS property `overflow` set to values `auto` or `scroll` (for example when used within `.table-responsive`) the tooltip has weird flickering behaviour. |
Member
There was a problem hiding this comment.
Let's describe what happens instead of saying "it has weird behavior." The current suggestion indicates we have no idea why it happens.
Contributor
Author
There was a problem hiding this comment.
When the parent container has the CSS property
overflowset to valuesautoorscroll(for example when used within.table-responsive) the tooltip's placement changes tobottombut still keeps original placement's positioning.
but that sounds a bit weird as we're documenting a bug :)
Member
There was a problem hiding this comment.
We describe a particular use case to help folks
mdo
approved these changes
Jul 16, 2018
Closed
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.
Fixes #26836
Following #26842
#26836 (comment)