-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FE] fix: ios에서 형광펜 안되는 오류 수정 및 형광펜 색상 변경 #922
Conversation
- 같은 답변에 대한 추가,삭제는 잘 안되지만 여러 답변에 대한 추가,삭제는 됨
- 형광펜 추가/삭제 계산에 필요한 값들을 분리해서 반환하는 것으로 수정
추가 사항웹 접근성 리포트 영상 찍으면서, 로고에 대한 스크린 리더기 사용자 편의성 문제를 발견해 이를 해결했습니다 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
직접 테스트는 못 해봤지만 올리의 아이패드에서 작동하는 것 확인했어요! 정말 고생 많았습니다✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
급하게 버그픽스하느라 넘 고생 많았어요! 아이폰 사파리 오류라 꼭 고쳐야 했는데 진짜 고쳐버리는 바다 리스펙트 👍👍
* chore: 필요 없는 훅 파일 삭제 * fix: 터치가 아닐 때만, 형광펜 메뉴를 여는 mouseup 이벤트 실행 * fix: selectionInfo를 ref로 저장해 사용하는 방법으로 수정 - 같은 답변에 대한 추가,삭제는 잘 안되지만 여러 답변에 대한 추가,삭제는 됨 * fix: ios에서 findSelectionInfo 반환값인 selection을 파라미터로 받을 때 초기화되는 오류 수정 - 형광펜 추가/삭제 계산에 필요한 값들을 분리해서 반환하는 것으로 수정 * chore: 디버깅용 코드 삭제 * chore: 불필요한 코드 삭제 * design: 주관식 답변이 짧을 때, 툴팁이 화면에 가려지는 오류 수정 * chore: 머지과정에서 복구된 HighlightToggleButtonContainer 파일 삭제 * chore: 리뷰 모아보기 형광펜 관련 목 데이터 변경 * fix: 아이폰, 아이패드 글자 선택 방식에 따른 형광펜 버튼 위치 오류 수정 * design: 형광펜 색 변경 * feat: 로고에 대한 스크린 리더기 사용자 편의성 개선
🚀 어떤 기능을 구현했나요 ?
🔥 ios 형광펜 오류
추정되는 원인
트러블 슈팅을 위한 실험
추가 위치 오류
navigator.userAgent
를 사용해, AppWebkit(아이폰, 아이패드의 엔진)이 있는 지 판단해 아이폰,아이패트에서는 다시 한번 형광펜 메뉴 위치를 다시 조정하게 했습니다📝 어떤 부분에 집중해서 리뷰해야 할까요?
📚 참고 자료, 할 말