Closed ArnY closed 9 years ago
The rightcol is normally displayed on top of the message body. It has to be displayed when attachment-list is not empty. You are the second one to report this problem but I can't reproduce. What device/web browser do you use ?
I actually tested with safari on OSX 10.10.3, firefox 41 on linux, Chrome 45 on android. Chromium 45 on linux.
But it's been reported by users using iphones, too.
Ok actually I reproduce (my fault) I quickly plan a new version to fix that
Could you provide a quickfix in the meanwhile?
Thanks!
Here is the patch roundcube_mobile_1510011150.txt
Or you can simply delete this line in roundcube_mobile/js/mobile.js line 257:
$('#messagecontent .rightcol').hide();
and don't forget to regenerate the mobile.min.js file
I've published the new release : https://github.com/messagerie-melanie2/roundcube_mobile/releases/tag/v0.4.3
When a user is reading a mail with attachments, the attachment list is hidden and so not showing to the user. (.rightcol css object has display attribute set to hidden).