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

要素に対してブロック(オーバーレイ)無しでインジケータを表示するとエラーが発生する #398

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

Comments

@mtakeuchi
Copy link
Contributor

要素に対してブロック(オーバーレイ)無しでインジケータを表示すると、以下のエラーが発生する。

TypeError: Cannot read property 'style' of undefined

さらにその状態からウィンドウをリサイズすると以下のエラーが発生する。

Uncaught TypeError: Cannot read property 'style' of undefined 

再現手順

  1. Chromeで http://www.htmlhifive.com/ja/recipe/jqmwidget/index.html を開く
  2. なんでもよいので検索する
  3. 開発者ツールを開く
  4. コンソールで以下のコードを実行する
    h5.ui.indicator({target:$('.ui-listview').children('li:first'), block:false}).show();
  5. エラーが発生する
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