-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Tooltip refactoring #32523
Tooltip refactoring #32523
Conversation
6b1ca07
to
da5e273
Compare
I've reverted the possible fix and left the rest here |
da5e273
to
b53f686
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR decreases the size of the un-minified file (-80B) and increases the size of the minified file (+28B).
2b02d49
to
4c04ce3
Compare
@rohit2sharma95 I am glad, this request was approved. But can we ensure the 'this' scope thing? (maybe on another request) |
574da0f
to
0c799fd
Compare
So, basically, the only logic change is that in -context = Data.getData(event.delegateTarget, dataKey)
+context = context || Data.getData(event.delegateTarget, dataKey) I don't suppose this could cause any issues? |
0c799fd
to
f575221
Compare
@rohit2sharma95 any thoughts about #32523 (comment)? |
The second parameter is optional in |
some minor refactoring,
plus a possible solution to focusIn glitch (as @XhmikosR pinpointed )Preview : https://deploy-preview-32523--twbs-bootstrap.netlify.app/docs/5.0/components/tooltips/