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

h5.u.obj.getByPathで、第2引数rootObjがwindowまたは指定無しで、第1引数namespaceが'window.'で始まる場合は、最初の'window.'は無視する #343

Closed
fukudayasuo opened this issue Jun 9, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@fukudayasuo
Copy link

getByPathは、第2引数のオブジェクトからnamespaceで指定されたパスのものを取得する関数であるが、現在の挙動だとrootObjがwindowまたは指定無しの時にnamespaceが'window'または'window.'で始まっている場合に、'window.window'または'window.window.'以下から探索している。

この場合、IE8-でwindow.window!==windowとなってしまう挙動があるため、h5.u.obj.getByPath('window')がwindow.windowになり、

h5.u.boj.getByPath('window') !== window;

となってしまう。 関連 #339

getByPathは第2引数がwindowまたは指定無しの時に、namespaceが'window'または'window.'始まりの場合は、window.windowを探索するのではなく、windowから探索するように修正する。

@fukudayasuo
Copy link
Author

d2467df
getByPathを修正しました。

fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue Jun 9, 2014
@simdy simdy added this to the v1.1.11 milestone Jun 9, 2014
@simdy simdy added bug and removed enhancement labels Jun 9, 2014
fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue Jun 9, 2014
@simdy simdy closed this as completed Jun 9, 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

2 participants