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

Wrapped 'element' with jQuery #4022

Closed
wants to merge 1 commit into from
Closed

Conversation

tarwin
Copy link

@tarwin tarwin commented Apr 5, 2016

I found a bug when you have an iFrame on the page.

Uncaught TypeError: element.prop is not a function

This is caused by the fact that element is not wrapped in jQuery when the function is called recursively. The easiest and most likely fix is simply to wrap the element in jQuery when working with iFrames.

@jaywilliams
Copy link
Contributor

jaywilliams commented May 5, 2016

When is this going to be merged into develop? I'm having this issue with our in-development Magento 2 store.

@vkorotun
Copy link
Contributor

vkorotun commented May 26, 2016

Once Travis CI build will show green status, this will be merged. Sorry guys, for us being silent for awhile.

@piotrekkaminski
Copy link
Contributor

@vkorotun can you specific what needs to be done to make sure travis runs are green? The fork needs to be updated? anything else?

@aakimov
Copy link
Contributor

aakimov commented Aug 30, 2016

Hello @tarwin,

This fix has been already delivered to Magento codebase in scope of #4496.

Thank you for your contribution and interest in Magento.

@aakimov aakimov closed this Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants