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

CountScene でカウントダウン開始時に一瞬 "Hello World" が表示されることがある #245

Open
hansel-no-kioku opened this issue Aug 11, 2018 · 1 comment

Comments

@hansel-no-kioku
Copy link
Contributor

hansel-no-kioku commented Aug 11, 2018

CountSceneBaseApppushScene 関数で表示すると、ときどき一瞬だけ "Hello World" が表示されることがあるようです。
Runstant に現象が発生するサンプルを置いています。

http://runstant.com/Hansel/projects/77d2526d

確認したブラウザは Chrome 68 です。

ただし ManagerScene から CountScene を表示している限りではこれまでこの現象を見たことがありません。
ManagerScene も内部では BaseApppushScene 関数を使用しているはずなのですが…。

また Label を使用していても TitleSceneResultScene では今の所発生しないようです。
これについて実験したところ下記のような法則があるようでした。

  1. Label({text: 'TEXT'}) でテキストを変更 → 問題なし
  2. Label 生成後に label.text = 'TEST' でテキストを変更 → 発生

2.についてはテキストの変更をシーンの init 関数内で行っていても発生するようです。

@hansel-no-kioku
Copy link
Contributor Author

追加です。
Labeltext だけでなく Shape.watchRenderProperty で変更を検出するプロパティであれば同じ現象が発生するかもしれません。

http://runstant.com/Hansel/projects/00280edb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant