seongbin9786 / kubooki-frontend-mui

거북이 프론트엔드 - 매터리얼 UI 버전
0 stars 0 forks source link

Drawer에서 로그인, 회원가입 클릭 시, ID에 autofocus된 후 바로 풀림 #15

Closed seongbin9786 closed 6 years ago

seongbin9786 commented 6 years ago
  1. <Appbar />에서 로그인 버튼을 클릭하는 경우 발생하지 않는 버그임.
  2. 로그인, 회원가입 모두에서 발생함.
seongbin9786 commented 6 years ago

힌트를 하나 얻어냄.

seongbin9786 commented 6 years ago

open이 아닐 때 null을 반환하는 것으로 <LoginDialog />는 해결이 되었다. 그럼에도 <RegisterDialog />는 autoFocus가 되었다가 풀린다. 이유가 뭘까?

seongbin9786 commented 6 years ago

<LoginDialog />가 또 말썽을 일으켜 다시 Open함. <RegisterDialog />와 같이 setTimeout으로 해결함.