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

設定が閉じなくなる場合がある #8

Open
rndomhack opened this issue Oct 31, 2015 · 0 comments
Open

設定が閉じなくなる場合がある #8

rndomhack opened this issue Oct 31, 2015 · 0 comments
Labels

Comments

@rndomhack
Copy link
Collaborator

ファイルモードでコメントを表示した後、ツイッターモードで設定を開いて閉じようとすると閉じなくなる。
原因としては、emit("hide")されると、伝播してすべてのモードでViewerAdapterのrefresh()が呼ばれ、this._viewer.getDummyChat()を呼びだそうとするが、ファイルモード側はthis._viewerがnullのため、そこで止まってしまう。
コメントの計算にはthis._viewerが関わっているが、nullの場合はrefresh()を呼ぶのは問題があるので以下のどれかの処理をしたい。

  1. Adapter:viewerのsetterにモード変更時のrefresh・render処理、renderにnullの処理を書く
  2. Adapter:viewerのsetterにモード変更時のrefresh・render処理 Mode:refreshをcurrentModeのみ
  3. this._viewerはnullにせず、別の方法で自身がcurrentMode、またはそのAdapterかの判定を行う
@rndomhack rndomhack added the bug label Oct 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant