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

[질문 답변 모달] 답변 인풋에 엔터, 스페이스 키로 whitespace 문자를 입력할 수 있다 #461

Merged
merged 3 commits into from
Sep 12, 2023

Conversation

leegwae
Copy link
Member

@leegwae leegwae commented Sep 12, 2023

🤷‍♂️ Description

📝 Primary Commits

  • 답변 인풋에 엔터, 스페이스 키로 whitespace 문자를 입력할 수 있다
  • 답변, 질문 아이템은 사용자가 입력한 whitespace 문자를 보여준다

📷 Screenshots

close #457

- 스크린 리더 사용자가 Enter, Space 키를 사용하여 답변 인풋을 열 수
  있도록 `onKeyDown` 이벤트 리스너를 등록하였음. 이때
  event.preventDeafult로 기본 이벤트 동작을 막아놓았음.
- 따라서 사용자가 Enter, Space 키를 누르면 답변 인풋에 키값이 입력되지
  않고 답변 인풋을 여는 로직만 수행되었던 것임
- 이벤트 타겟이 답변 인풋 컨테이너일 때만 답변 인풋 로직이 수행되도록
  한다.
@leegwae leegwae added 🧰 fix 버그 수정 automerge labels Sep 12, 2023
@leegwae leegwae self-assigned this Sep 12, 2023
@github-actions github-actions bot merged commit ae8494a into dev Sep 12, 2023
2 checks passed
@github-actions github-actions bot deleted the fix/457-answer-input-whitespace branch September 12, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 답변 인풋에 엔터, 스페이스 키가 작동하지 않는다
1 participant