-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
CSS #oc-dialog-filepicker-content: wrong display of date #5968
Comments
@dartcafe Which browser do you use? I can't reproduce this on master. I tested Safari, Chrome and Firefox. |
I even tested Edge and it works fine there. |
As stated in the PR:
|
I looked for a file picker in another app, but I didn't find. :-) Any hint? Issue in mail app is reproducible in Safari (iPad) Firefox (iPad and Windows), Chrome (Windows) and Edge. |
Ha. As I write it down, I found it in the files app, when rying to move a file. I will make a new PR in the mail app repository. Thanks for review. |
@dartcafe To trigger it type this in the console in your webdev tools in the browser: OC.dialogs.filepicker('A') |
The date information is positioned not correctly. Same on 12.0.0 and 12.0.1 RC4
Adding following CSS fixes the display:
#oc-dialog-filepicker-content .filelist .date { display: table-cell; position: initial; }
I am no css pro, so maybe there will be another or better fix for this.
Problem was visible in the mail add, when trying to svae an attachment to files.
The text was updated successfully, but these errors were encountered: