-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix ellipsis in filename column #9248
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
Signed-off-by: Julius Härtl <jus@bitgrid.net>
268dd79 to
fb7d737
Compare
Codecov Report
@@ Coverage Diff @@
## master #9248 +/- ##
============================================
+ Coverage 51.9% 51.94% +0.04%
- Complexity 25365 25383 +18
============================================
Files 1607 1608 +1
Lines 95330 95424 +94
Branches 1394 1394
============================================
+ Hits 49477 49571 +94
Misses 45853 45853
|
skjnldsv
left a comment
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.
Flex! 💪
|
Arf, damn safari again :'( |
|
😞 Let me see if I can get my hands on a mac over the weekend. |
|
Thanks for fixing this! Do you think your pull request will make it into 13.0.2 (considering RC1 is already released)? |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
@MorrisJobke Can you test again? It now works for me in Safari as well, but I could only test Safari 10, not sure if the newest will behave the same. I also tested it successfully in IE11 and Edge. |
Doesn't work here :( Safari Version 11.1 (13605.1.33.1.2) |
Btw, there was no push, so maybe it would work with your local changes?! |
|
Actually good question if this is backportable. Seems lots of changes with breaking potential, but it's also an essential fix, so not sure. @MorrisJobke @juuliushaertl? |
Let's first get a working version and then check out if we should backport or not. |
Aw, sorry, I forgot to push the changes. 🙈 @MorrisJobke Can you please give it another try? |
Yeeees! Works now 😄 |
MorrisJobke
left a comment
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.
Tested and works 👍
|
@juliushaertl Please backport to stable13 but only for 13.0.3 and not for 13.0.2 anymore ;) |
|
backport in #9344 |
|
@juliushaertl So I just updated to 13.0.3 and it's still happening :/ No Change at all. iPhone 7, Safari, latest iOS Version. |
|
@johnyb0y could you please open a new ticket and reference this one? Thanks |
|
@MorrisJobke Of course, but wouldn't it be better to reopen my original issue, since it's the still the same problem and nothing has changed? EDIT: Nevermind, #9817 |

This PR moves the sizing of the filename column to a flexbox based layout. There is a small hack needed (defining a width of 0) to make sure that the auto table layout algorithm doesn't use the text width as minimum width for the table cell.
Besides that this approach seems a lot cleaner than before, as we don't need any fixed width rules for different browser sizes, that might break on certain ui changes. It is basically indipendent of the other table cells and the width of the file icon/file actions.
I've tested this on Chrome and Firefox, but my Windows VM doesn't boot right now so I would appreciate if someone could check IE/Edge.
Fixes #8940
files app
public shared folder