We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
要素に対してブロック(オーバーレイ)無しでインジケータを表示すると、以下のエラーが発生する。
TypeError: Cannot read property 'style' of undefined
さらにその状態からウィンドウをリサイズすると以下のエラーが発生する。
Uncaught TypeError: Cannot read property 'style' of undefined
再現手順
h5.ui.indicator({target:$('.ui-listview').children('li:first'), block:false}).show();
The text was updated successfully, but these errors were encountered:
hifive#398 オーバレイ非表示のインジケータは_resizeOverlayで何もしないようにしました
5f6cb3a
hifive#398 _resizeOverlayの先頭で、オーバレイがあるかどうかチェックするようにしました
c4be6eb
hifive#398 コメント追記しました。また、条件式に括弧を追加しました。
d22ab40
hifive#398 block:false(オーバレイ無し)でインジケータを表示するケースを追加
c2bc87f
fukudayasuo
No branches or pull requests
要素に対してブロック(オーバーレイ)無しでインジケータを表示すると、以下のエラーが発生する。
さらにその状態からウィンドウをリサイズすると以下のエラーが発生する。
再現手順
h5.ui.indicator({target:$('.ui-listview').children('li:first'), block:false}).show();
The text was updated successfully, but these errors were encountered: