-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Replace custom tooltips with native one for files sharing #35785
Replace custom tooltips with native one for files sharing #35785
Conversation
I was not able to test: https://localhost/apps/files/?dir=/&view=deletedshares Reviewers: please help me with it |
Could you tell us what to test exactly? |
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.
👍
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.
It looks good to me.
I have checked that .tooltip()
method is not used anywhere else.
It doesn't brakes anything, but maybe also remove data-toggle="tooltip"
attribute from HTML templates. This attr is not used now.
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.
👍
2434824
to
e36ce00
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.
👍
@JuliaKirschenheuter in this specific case, please recompile by running |
Signed-off-by: julia.kirschenheuter <[email protected]>
e36ce00
to
a67c53a
Compare
/backport to stable25 |
Resolves only js/jQuery part of: #35654
Fixes #35654
Summary
Checklist