Skip to content

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

@mtakeuchi

Description

@mtakeuchi

同一インスタンスで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))でも再現します。

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions