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

インジケータを表示・非表示を繰り返すとスロバーが増えていく #394

Closed
mtakeuchi opened this issue Aug 19, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@mtakeuchi
Copy link
Contributor

同一インスタンスでshow()とhide()を交互に実行すると、2回目以降のshowのタイミングでスロバーが増えていく。

code:

window.indicator = h5.u.indicator({target: document.body});
window.indicator.show();
window.indicator.hide();
window.indicator.show(); //ここでスロバーが2つになる

PCブラウザでは再現しませんが、
Chrome 36.0.1985.125 のEmulationだと再現します。
また、実機(こちらが確認したのはiPhone5(iOS6)、iPhone5S(iOS7)とGalaxy S2LTE(Android 4.2))でも再現します。

fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue Aug 19, 2014
PC版chrome以外のブラウザについて、インジケータのhide()時にスロバーが消えない(次に表示した時にスロバーが増える)問題について対応しました。
@simdy simdy added this to the v1.1.13 milestone Aug 19, 2014
@simdy simdy added bug and removed bug labels Aug 19, 2014
@simdy simdy closed this as completed Aug 22, 2014
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

3 participants