-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Replace custom tooltips with native one in vue components and views #35655
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 in vue components and views #35655
Conversation
c80375e to
83a7f48
Compare
83a7f48 to
0a2a386
Compare
0a2a386 to
656ca59
Compare
|
/backport to stable25 |
d93160d to
595820a
Compare
595820a to
00ee2a1
Compare
00ee2a1 to
2d7da0d
Compare
|
I think we can merge this PR even if it needs a release of NC Vue. Changes from nextcloud-libraries/nextcloud-vue#3569 are relevant for correct showing of native tooltips but also causes no errors without released NC Vue. I've put a checkbox #35654 (comment) and will reopen this issue as far this PR got merged. |
|
vue component has been released with fix, v.7.3.0 |
|
Signed-off-by: julia.kirschenheuter <[email protected]>
2d7da0d to
1063fbc
Compare
|
rebased and recompiled |
|
FYI this caused a regression affecting master and all versions (v26, v25): #38157 |
Fixes #35654
Before example:
After example:
Summary
Checklist