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

Comment Reply Spanning Outside Comment Box #11324

Closed
rohitsrma opened this issue Dec 8, 2023 · 0 comments · Fixed by #11325
Closed

Comment Reply Spanning Outside Comment Box #11324

rohitsrma opened this issue Dec 8, 2023 · 0 comments · Fixed by #11325
Labels
status:Unconfirmed Issue, usually a bug, that has not yet been validated as a confirmed problem. type:Bug

Comments

@rohitsrma
Copy link
Contributor

Issue Summary

When you post a lengthy response to a comment without word breaks, the reply extends beyond the comment box, resembling the problem described in issue #11048 for comment.

image

Steps to Reproduce

  1. Open any page in bakerydemo admin.
  2. Add a comment.
  3. Add a lengthy response without word breaks.

Proposed Solution

It can be fixed by adding word-break; break-all;

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?

  • I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: (No)

Technical details

  • Wagtail version: 5.2.2
@rohitsrma rohitsrma added status:Unconfirmed Issue, usually a bug, that has not yet been validated as a confirmed problem. type:Bug labels Dec 8, 2023
lb- pushed a commit to rohitsrma/wagtail that referenced this issue Jan 17, 2024
- Includes PR wagtail#11322
- Fixes wagtail#10984 (scrolling issues with long initial comments)
- Fixes wagtail#11324 (overflow of comment reply with long words)
lb- pushed a commit that referenced this issue Jan 17, 2024
- Includes PR #11322
- Fixes #10984 (scrolling issues with long initial comments)
- Fixes #11324 (overflow of comment reply with long words)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:Unconfirmed Issue, usually a bug, that has not yet been validated as a confirmed problem. type:Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant