-
Notifications
You must be signed in to change notification settings - Fork 159
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): tooltip persists issue #11282
fix(tooltip): tooltip persists issue #11282
Conversation
Deploy preview created for package Built with commit: 539b710432efffabf160d30aac5f3de878cf38ed |
Deploy preview created for package Built with commit: 539b710432efffabf160d30aac5f3de878cf38ed |
Deploy preview created for package Built with commit: 539b710432efffabf160d30aac5f3de878cf38ed |
@sangeethababu9223 Hm, I think making the leave delay match the enter delay might not be what we're looking for, since the component should work with different delay times as seen in the react story as well. |
…arbon-design-system#11244) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) ([source](https://togithub.com/carbon-design-system/carbon/tree/HEAD/packages/pictograms-react)) | [`11.54.0` -> `11.55.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.54.0/11.55.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2fpictograms-react/11.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2fpictograms-react/11.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2fpictograms-react/11.54.0/11.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2fpictograms-react/11.54.0/11.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/pictograms-react)</summary> ### [`v11.55.0`](https://togithub.com/carbon-design-system/carbon/compare/d9121f17b1dd935a5734c6eae10af275f72f6dc7...5dfe589ff6ce498c8f8040a55f05a15624e84df5) [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/d9121f17b1dd935a5734c6eae10af275f72f6dc7...5dfe589ff6ce498c8f8040a55f05a15624e84df5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
### Related Ticket(s) Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}} ### Description {{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}} {{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}} ### Changelog **New** - {{new thing}} **Changed** - {{changed thing}} **Removed** - {{removed thing}} <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
@IgnacioBecerra |
Related Ticket(s)
Closes #10471
Description
Carbon Web Components tooltip persists with certain delay durations. If the
enter-delay-ms
is higher than theleave-delay-ms
tooltip doesn't work as expected.Changelog
Changed
enter-delay-ms
is higher thanleave-delay-ms
. And if so, the value ofleave-delay-ms
will be increased by the value ofenter-delay-ms
.