Skip to content
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

Sticky popovers and tooltips - version on top of latest ng-bootstrap #4746

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

earshinov
Copy link

@earshinov earshinov commented Jul 23, 2024

This is PR #3794 rewritten on top of latest ng-bootstrap.

I hold no expectation of this PR being accepted (see #3794 (comment)), but I assume it might be useful for people looking for a way to keep popovers and tooltips open so that the user could select tooltip text or click a link in the tooltip.

In our company, we've been using the version from #3794 ever since, but now we'd like to upgrade bootstrap and ng-bootstrap, hence this new updated PR.

Unresolved conversations from the original PR still apply.

Original issue: #2169


Before submitting a pull request, please make sure you have at least performed the following:

  • [✓] read and followed the CONTRIBUTING.md and DEVELOPER.md guide.
  • [✓] built and tested the changes locally.
  • [✓] added/updated any applicable tests.
  • added/updated any applicable API documentation.
  • [✓] added/updated any applicable demos.

@shamoon
Copy link

shamoon commented Sep 23, 2024

none of my business but just saw this and wanted to add that I would find this very useful and we currently work around this limitation with similar code (conceptually). In our case, the user doesnt even click inside the popover they just scroll so we dont want to close the popover unless the mouse has left for > 300ms (I guess that's what felt right for me for mouseleaveCloseDelay =)

So ya know, " 1" (but hopefully a little more value than just that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants