-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(b-tooltip): add noninteractive prop (closes #4556)
#4563
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
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #4563 +/- ##
==========================================
+ Coverage 99.92% 99.92% +<.01%
==========================================
Files 251 251
Lines 5218 5219 +1
Branches 1380 1380
==========================================
+ Hits 5214 5215 +1
Misses 3 3
Partials 1 1
Continue to review full report at Codecov.
|
|
This could be seen as a breaking change, as it is a change in behaviour for BootsrapVue which has been in place for quite some time. The no-hide on hover was was added for Popovers (and tooltips), and for Accessibility reasons (uses that may have issues holding a mouse steady). Also note that IE 11 does not support |
|
It might be better to make this new (to BootstrapVue) behaviour opt-in (i.e. a |
|
@tmorehouse Solid points. A |
|
It should also be noted that it only affects (applies to) the |
|
Perhaps we should also target this feature to release 2.3.0 |
interactive prop (closes #4556)noninteractive prop (closes #4556)
Describe the PR
This PR adds a
noninteractiveprop to the<b-tooltip>component andnoninteractivemodifier to thev-b-tooltipdirective. By setting the prop/modifier you can restore Bootstraps default behavior when hovering over the tooltips content.Closes #4556.
PR checklist
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
devbranch, not themasterbranch[...] (fixes #xxx[,#xxx]), where "xxx" is the issue number)fix(alert): not alerting during SSR render,docs(badge): update pill examples,chore(docs): fix typo in README, etc). This is very important, as theCHANGELOGis generated from these messages.If new features/enhancement/fixes are added or changed:
package.jsonfor slot and event changes)If adding a new feature, or changing the functionality of an existing feature, the PR's
description above includes: