-
Notifications
You must be signed in to change notification settings - Fork 2.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
Fix overflowing public link title #30238
Conversation
can we get this tested in IE11 ? |
Wink @ChrisEdS ;-) |
995c7cd
to
ad0a6bb
Compare
Codecov Report
@@ Coverage Diff @@
## master #30238 +/- ##
============================================
- Coverage 62.59% 60.88% -1.71%
- Complexity 18227 18572 +345
============================================
Files 1145 1093 -52
Lines 68414 61329 -7085
Branches 1234 0 -1234
============================================
- Hits 42821 37339 -5482
+ Misses 25232 23990 -1242
+ Partials 361 0 -361
Continue to review full report at Codecov.
|
ad0a6bb
to
346079d
Compare
More "random" UI test fails in drone. One of them was when trying to delete the last file in a folder, and in another run:
I restarted drone again. |
conflicts |
@felixheidecke please solve the conflict so we can merge this |
Beautify code according to coding style guidelines
346079d
to
c163238
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Long public-link titles will be ellipsed if they are "too long" to prevent pushing interactive elements out of view (and reach).
Related Issue
https://central.owncloud.org/t/offentlicher-link-in-version-10-0-4-ist-nicht-kopierbar/11468
Motivation and Context
See above.
How Has This Been Tested?
Visual/functional test in latest FF and Chrome.
(My VM broke so pls test in IE)
Screenshots (if appropriate):
Types of changes
Checklist: