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