-
Notifications
You must be signed in to change notification settings - Fork 538
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
Some emails can not be displayed in full #8271
Comments
Hey, could you please get the email source ("I" shortcut) and send it to us? |
|
Big thing that didn't occur to me until just now to try - I tried rotating the app and the email was displayed fully. So it seems that only in the standard vertical orientation of the app, the email is not displayed properly. |
Can confirm that we were able to reproduce it locally with the provided email. So thank you for the email source and the report, @ultr41337h4xor ! |
My guess is that images are lazy-loaded and we measure the DOM before they are fully loaded but it could be wrong still |
It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk <[email protected]> close: #8271
It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk <[email protected]> close: #8271
It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk <[email protected]> close: #8271
It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk <[email protected]> close: #8271
It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk <[email protected]> close: #8271
I will request features on forum or via support.
Bug in mobile app
Describe the bug
This bug has been present for a long time now in the Android version of the Tuta app. The problem is that some emails (I have only one example, can't remember if it's happened for any other emails) do not display properly. To be more specific - the email opens and the scaling looks good, but a large portion of the email is cut off at the bottom and trying to scroll past that cut-off point does not work. Even if you zoom in and try to scroll past (which sometimes did work in the past), you can't go past that cut-off point. This happens to me when receiving email from GOG.com, specifically the "Items on your wishlist are discounted!" type of email that they send. I am attaching a screenshot example below and am willing to forward a copy if you want. The email does display correctly on the Windows desktop version of the app (again, see attached screenshot).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Receive the email, am able to scroll through the email in its entirety.
Screenshots
Smartphone (please complete the following information):
Additional context
Other types of emails from GOG.com display properly.
The text was updated successfully, but these errors were encountered: