Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #36813
Closed
Open
Issue created Jul 22, 2022 by Elysiome@Elysiome3 of 3 checklist items completed3/3 checklist items

5.2.0 regression: tooltips never close when they are initialized using as `selector` option the attribute `title`

Prerequisites

  • I have searched for duplicate or closed issues
  • I have validated any HTML to avoid common problems
  • I have read the contributing guidelines

Describe the issue

Hi,

Since Bootstrap v5.2.0, the tooltips never close when they are initialized with selector option. It worked fine under Bootstrap v5.1.3. So, I think there is a regression.

HTML:

<div id="btn-box" class="btn-group m-5">
  <button class="btn btn-lg btn-primary" title="Label 1">Button 1</button>
  <button class="btn btn-lg btn-secondary" title="Label 2">Button 2</button>
</div>

JavaScript:

new bootstrap.Tooltip('#btn-box', {
    selector: '[title]'
});

Reduced test cases

The tooltip is hidden when the mouse leaves the element Version selector option CodePen link
✔️ 5.1.3 ❌ https://codepen.io/BrokenSourceCode/pen/zYWzZNJ
✔️ 5.1.3 ✔️ https://codepen.io/BrokenSourceCode/pen/vYRZxNo
✔️ 5.2.0 ❌ https://codepen.io/BrokenSourceCode/pen/GRxEWWp
❌ 5.2.0 ✔️ https://codepen.io/BrokenSourceCode/pen/ExEXWPp

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

v5.2.0

Assignee
Assign to
Time tracking