-
Notifications
You must be signed in to change notification settings - Fork 10
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
indicator、viewのターゲット指定ではイベントハンドラ記述と同様のセレクタを使用できるようにする #349
Comments
fukudayasuo
pushed a commit
to hifive-labs/hifivemain
that referenced
this issue
Jun 12, 2014
…うにしました。 (getTarget()を修正し、第3引数(isTemplate)を削除、第2引数を探索の起点にするコントローラにしました。)
fukudayasuo
pushed a commit
to hifive-labs/hifivemain
that referenced
this issue
Jun 12, 2014
テストケース『view.append()に指定されたDOM要素が{window*},{document*}である時にエラーが発生すること』を削除
fukudayasuo
pushed a commit
to hifive-labs/hifivemain
that referenced
this issue
Jun 12, 2014
fukudayasuo
pushed a commit
to hifive-labs/hifivemain
that referenced
this issue
Jun 12, 2014
( this.view.append('{rootElement}','id')や、this.view に対応 )
fukudayasuo
pushed a commit
to hifive-labs/hifivemain
that referenced
this issue
Jun 17, 2014
コントローラのviewとindicatorについて、ターゲットの指定がコントローラのイベントハンドラ記述のルールと同じであることを確認するためのケースを追加しました。
テストケースに不備があったため修正します。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
今の仕様だと、コントローラのインジケータのtarget、view.apend/update/prependの第1引数は共に、グローバルセレクタ記述で記述することができるが、"window."及び"navigator."で始まるグローバルセレクタはエラーになる。
(コントローラのindicator,viewでない、h5.ui.indicatorやh5.core.viewはそもそもグローバルセレクタを解釈しない)
インジケータのtargetについても同様のチェックをしており、同じエラーが投げられる。
コントローラのindicatorもviewも、ターゲットの指定はコントローラのイベントハンドラ記述と同様に、"window."または"navigator."で始まるグローバルセレクタを解釈できるようにする。
The text was updated successfully, but these errors were encountered: