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

fix: comments box overlapping #4163

Closed
wants to merge 1 commit into from
Closed

fix: comments box overlapping #4163

wants to merge 1 commit into from

Conversation

solracsf
Copy link
Contributor

@solracsf solracsf commented May 27, 2023

Resolves

Fix #2027

πŸ–ΌοΈ Screenshots

🏚️ Before 🏑 After
image image

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • πŸ“˜ Component documentation has been extended, updated or is not applicable

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
@solracsf solracsf added 3. to review Waiting for reviews bug Something isn't working design Design, UX, interface and interaction design labels May 27, 2023
Copy link
Contributor

@ShGKme ShGKme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is a good way to fix overlapping. The fix should not change the size of the block.
And it breaks the cursor position in FF fixed by #3832

Maybe cut the text in a placeholder with an ellipsis?

Also, the default placeholder is truly too long now with :, @, and / commands. Maybe we can make it shorter or display it not in the placeholder.

@solracsf
Copy link
Contributor Author

Yeah, that PR introduced this.
#3853

Text can be cutted of since there are essential informations on it. But, another way would be to:

  • Put a small text as placeholder like New comment
  • and on mouse hover or similar, git all that info about :, @, and / commands

Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good from my side

@solracsf solracsf requested a review from skjnldsv June 21, 2023 06:48
@solracsf
Copy link
Contributor Author

solracsf commented Oct 7, 2023

Closing after nextcloud/server#40294

@solracsf solracsf closed this Oct 7, 2023
@raimund-schluessler raimund-schluessler deleted the commentOverlap branch October 18, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working design Design, UX, interface and interaction design
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text string in "Comments" text box
3 participants