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

텍스트 본문이 길면 대체 텍스트가 삭제됩니다. 또한 대체 텍스트의 글자 수 제한은 표시되지 않습니다. (Alternative text is deleted if the text body is long. Additionally, there is no indication of the character limit for alternative text.) #518

Closed
1 task
Linux-Is-Best opened this issue Oct 13, 2024 · 1 comment

Comments

@Linux-Is-Best
Copy link

💡 Summary

텍스트 본문이 길면 대체 텍스트가 삭제됩니다. 또한 대체 텍스트의 글자 수 제한은 표시되지 않습니다.

Alternative text is deleted if the text body is long. Additionally, there is no indication of the character limit for alternative text.

🥰 Expected Behavior

대체 텍스트가 저장되고 제한 카운터가 있습니다.

For alternative text to be saved and for there to be a limit counter.

🤬 Actual Behavior

모든 텍스트가 삭제되며 한도를 초과했다는 경고는 표시되지 않습니다.

All the text is deleted and there is no warning you have gone over your limit.

📝 Steps to Reproduce

  1. 사진을 업로드합니다.
  2. “캡션 추가”를 선택합니다.
  3. 긴 캡션을 입력합니다.
  4. 신청하고 게시합니다.

대체 텍스트가 없고 아무것도 저장되지 않은 것을 확인할 수 있습니다. 또한 대체 텍스트를 입력하는 동안에는 글자 수 제한을 초과한다는 표시가 나타나지 않았습니다.

  1. Upload a photo.
  2. Select, "add caption"
  3. Type out a lengthy caption.
  4. Apply and post.

You will find there is no alt text and nothing was saved. Furthermore, while typing out the alternative text, there was no indication you were exceeding a limit.

💻 Frontend Environment

* Model and OS of the device(s): 모든 (Any)
* Browser: 모든 (Any)
* Server URL: https://kitty.social
* CherryPick: 4.12.0

🛰 Backend Environment (for server admin)

No response

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
noridev added a commit that referenced this issue Oct 15, 2024
  - 캡션을 512자를 초과해서 작성하면 캡션 내용을 저장하기 전에 경고를 표시합니다.
@noridev
Copy link
Collaborator

noridev commented Oct 15, 2024

The error has been fixed in 3f507c5. Thank you! 🙏

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

No branches or pull requests

2 participants