Skip to content
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

Elastic: Preview of message does not wrap white spaces #7732

Closed
codegain opened this issue Nov 20, 2020 · 4 comments
Closed

Elastic: Preview of message does not wrap white spaces #7732

codegain opened this issue Nov 20, 2020 · 4 comments

Comments

@codegain
Copy link
Contributor

Hi,

I stumbled upon the following: If you are on a mobile device and double-tab on an email rather than single-tap on it, a "preview of the message" does open which does not wrap white spaces.

"normal" mail view (single-tap):

image

"preview of the message" view (double-tab):

image

The scrollbar is missing and the title is way beyond the viewport.
The screenshots are from the "responsive mode" in Chrome DevTools on Windows.

@codegain
Copy link
Contributor Author

I could temporily fix it by adding max-width: 100%; to #layout-content

@alecpl
Copy link
Member

alecpl commented Nov 21, 2020

@codegain
Copy link
Contributor Author

codegain commented Dec 1, 2020

@alecpl This also affects desktop browsers (Chrome in my case) by double-clicking on the email. Adding max-width: 100% to #layout-content shows a scrollbar. Without that, the email and the menu get cut off by the browser window:

image

alecpl added a commit that referenced this issue Feb 6, 2021
@alecpl alecpl modified the milestones: later, 1.5-beta Feb 6, 2021
@alecpl
Copy link
Member

alecpl commented Feb 6, 2021

Opening a mail in a new window should be not possible in the mobile/tablet mode. So, I just disabled double-click handler there. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants