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

[4.0] Resizing browser in Article Edit View causes the article preview text box to go blank #33101

Closed
YatharthVyas opened this issue Apr 11, 2021 · 4 comments

Comments

@YatharthVyas
Copy link
Contributor

Steps to reproduce the issue

  1. Visit the Administrator Panel
  2. From the sidebar, navigate to Content -> Articles
  3. Open one Article in Edit mode
  4. Resize the browser's width such that it crosses the 935px mark

Expected result

Nothing should happen to the text box.

Actual result

result

System information (as much as possible)

Google Chrome on Windows 10
Native Screen Resolution: 1920 x 1080
Screen Size: 15.6 inch

Additional comments

This isn't a major issue and refreshing the page fixes it.
Toggling the editor displays the HTML stringify-ed code but reverting back to the preview mode doesn't fix it.
A somewhat related issue was reported in #24547 and was closed.
Chrome console shows no errors/warnings

@Krshivam25
Copy link
Contributor

By default, and <textarea> elements don’t change size based on the content they contain. In fact, there isn’t any simple HTML or CSS way to make them do that. Kinda funny, as that seems like a reasonable use-case.

@brianteeman
Copy link
Contributor

@Krshivam25 that may or may not be true but its completely irrelevant to the reported issue

@Quy
Copy link
Contributor

Quy commented Feb 23, 2022

Fixed in #34813.

@Quy Quy closed this as completed Feb 23, 2022
@YatharthVyas
Copy link
Contributor Author

Thank you

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

5 participants