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

CPFlashView - while expression results in wrong assignment in setParameters #1031

Closed
jlujan opened this issue Dec 15, 2010 · 2 comments
Closed

Comments

@jlujan
Copy link

jlujan commented Dec 15, 2010

Incorrect expression in while loop in setParameters results in invalid key value and malformed param tags.

Working fix in fork here:
jlujan@41d757e

@to-review
@working-on

@fpotter
Copy link

fpotter commented Mar 14, 2011

This while expression issue just bit me, too.

aljungberg added a commit that referenced this issue May 15, 2011
---

The expression in the while loop in setParameters results in the wrong value being assigned to "key" which results in malformed param tags that look like the following:

    <param name=​"[object HTMLObjectElement]" >

Also, _params is not checked before assignment in setParameters which will overwrite flashvars if setFlashVars was called before setParameters.

Addresses issues #1031 and #1032
@aljungberg
Copy link
Member

Closed by pull request #1033.

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

No branches or pull requests

3 participants