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

Remove src attribute in iFrame used in io-upload-iframe (Fix #1622) #1646

Merged
merged 246 commits into from
Mar 26, 2014

Conversation

goodforenergy
Copy link
Contributor

Removing the problematic src attribute from the iFrame used in io-upload-iframe to enable file uploading. Fixes issue #1622.

shunner and others added 30 commits August 2, 2013 08:53
Conflicts:
	build/loader-yui3/loader-yui3-coverage.js
	build/loader-yui3/loader-yui3-debug.js
	build/loader-yui3/loader-yui3-min.js
	build/loader-yui3/loader-yui3.js
	build/loader/loader-debug.js
	build/loader/loader-min.js
	build/loader/loader.js
	build/yui-nodejs/yui-nodejs-debug.js
	build/yui-nodejs/yui-nodejs-min.js
	build/yui-nodejs/yui-nodejs.js
	build/yui/yui-debug.js
	build/yui/yui-min.js
	build/yui/yui.js
	src/loader/js/yui3.js
Currently, running Calendar tests containing the focus process will
fail in Firefox. The cause of this problem seems to be a problem that
test case is not bad, what happens if you are running Yeti while running
Firefox in the background. This problem does not occur in a browser
other than Firefox. In addition, there is a test that includes a focusing
process in the same way the Widget Button module [1], but it has to
ignore Yeti is here. Therefore, I would like to ignore running some tests
by Yeti in the same way in Calendar. Fix yui#1363.

[1]: src/widget-buttons/tests/unit/assets/widget-buttons-test.js
IO clears the form content on end, but if the caller removed the form soon
after it was called, this fails at a removeAttribute on part of the, now
non-existent form content.

We should check that the form exists before attempting to reset it.
okuryu and others added 26 commits February 12, 2014 21:34
min files are no change.
min files are no change.
Conflicts:
	build/node-style/node-style-coverage.js
 - Do not instrument files in Yeti.
 - Use ?filter=coverage query to trigger loading instrumented
   files in tests.

Allows for `yeti -c` to use these options without specifying
them on the command line.
min files are no change.
… source attribute can cause an extra request to be made to the current page URL when the iFrame is included on the page. See issue yui#1622.
@ezequiel ezequiel merged commit 92f25f1 into yui:dev-master Mar 26, 2014
@ezequiel
Copy link
Contributor

Thanks.

Before anyone freaks out, all the seemingly unrelated commits did not get merged in. Only the change in orionhealth@92f25f1 did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.