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

스킨버전 ver4.1에서 사이드바 검색메뉴 text 입력 및 사용불가 #190

Closed
theangkko opened this issue Feb 4, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@theangkko
Copy link

theangkko commented Feb 4, 2023

환경 (버그가 발생한 환경을 적어주세요.):

  • 운영체제: window11
  • 브라우저: chrome / edge
  • 버전: ver 109.0
  • 스킨 버전 v4.1.0

설명
사이드바의 검색창에 글자 입력이 되지 않습니다.

  • 직접 입력도 되지 않고
  • 복사해둔 글자를 복사-붙여넣기로 입력하려고 해도 되지 않습니다

발생 과정
간단히 테스트 해보니

  • (제 브라우저 문제인지를 확인하기 위해) 기존 사용하던 ver 3.x로 되돌려서 테스트 해보니 정상적으로 검색가능한 상태임.
  • (수정중이던 스킨으로 인해 문제 인지를 확인하기 위해) 수정 중이던 스킨이 아닌, 새롭게 스킨을 생성하여 ver 4.1 파일을 새로 등록하여 적용해도 검색메뉴 사용이 불가합니다.
  • (동일스킨의 다른 블로그는 정상작동하는지 확인하기 위해)
    정상우님 블로그에서 검색해도 검색어가 입력되지를 않습니다.

스크린샷 및 링크

image

image

@theangkko theangkko added the bug Something isn't working label Feb 4, 2023
@pronist
Copy link
Owner

pronist commented Feb 4, 2023

@theangkko 안녕하세요.

이 버그의 발생과정이 이해되지 않습니다. 제 환경에서는 제대로 입력과 검색이 되기 때문입니다. 마우스 커서로 입력하고, 검색은 엔터로 처리합니다.

1
2

+방금 알아냄

라이트 모드에서 검색어 텍스트 컬러 설정이 잘못된 것으로 파악됩니다. 검색어가 입력은 되지만 텍스트 컬러 때문에 입력이 안 되는 것처럼 보였던 것이죠. 다음 버전에 처리됩니다.

@pronist pronist closed this as completed in b8f4a66 Feb 4, 2023
@theangkko
Copy link
Author

theangkko commented Feb 4, 2023

image

아네!! 검색어가 들어가 있었는데, 색상이 같아서 안 보였던 겁니다.~!


다른 곳에 사용된 폰트 색상과 동일하게 바꾸어 적용해서 사용하고 있겠습니다.
.text-h-300 {
--tw-text-opacity: 1;
color: rgb(30 31 33 / var(--tw-text-opacity));
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants