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

Inline Formset Doesn't Work in Chrome #20

Closed
elo80ka opened this issue Feb 27, 2014 · 2 comments
Closed

Inline Formset Doesn't Work in Chrome #20

elo80ka opened this issue Feb 27, 2014 · 2 comments

Comments

@elo80ka
Copy link
Owner

elo80ka commented Feb 27, 2014

From whe...@gmail.com on December 27, 2010 08:15:02

What steps will reproduce the problem? 1. Installed current trunk of django-dynamic-formset jQuery plugin
2. Leverage inline formset demo to get working form - add/remove/etc within Internet Explorer

  1. Test jQuery plugin within the Google Chrome Browser v8. What is the expected output? What do you see instead? Still works in Internet Explorer as expected.
    Form renders fine in Chrome, but both remove and add functionality doesn't change data when POSTing. What version of the product are you using? On what operating system? Current trunk as of December 27, 2010, Windows 7, Google Chrome v8, jquery-1.3.2

I would be happy to supply additional information.

Original issue: http://code.google.com/p/django-dynamic-formset/issues/detail?id=20

@elo80ka
Copy link
Owner Author

elo80ka commented Feb 27, 2014

From whe...@gmail.com on December 27, 2010 11:58:23

I resolved this issue.

I had a form and inline_formset on the same template.

I changed the template html FROM:

{{ form here }}
{{ formset here }}

TO:

{{ form here }}
{{ formset here }}

@elo80ka
Copy link
Owner Author

elo80ka commented Feb 27, 2014

From stan.madueke on December 29, 2010 14:08:22

Good to know.

I'll mark this as "Invalid", since it wasn't an issue with the plugin (wish I could just mark it "Closed" instead).

Status: Invalid

@elo80ka elo80ka closed this as completed Feb 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant