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

Search form breaks in IE10 #139

Closed
ScottBarkman opened this issue Aug 12, 2013 · 1 comment
Closed

Search form breaks in IE10 #139

ScottBarkman opened this issue Aug 12, 2013 · 1 comment

Comments

@ScottBarkman
Copy link

The search form in Django Suit no longer works in IE10. It appears to be still submitting forms elements with empty name attributes. (yay) so django is redirecting search requests without filtering results.

Line: 60 in suit.js will need to be changed to something like this

if (select_name==undefined){
$field.removeAttr('name')
}else{
$field.attr('name', select_name)
}

@darklow
Copy link
Owner

darklow commented Aug 15, 2013

Fix available in latest v0.2.4

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

2 participants