google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

In IE 7, the default template for project app, ajax form do not hidden #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use complete_project, chick projects-->your projects-->get the project of
mine 
2.I see the Edit detail is not hidden. and after update the form, isn't
hidden as well.

What is the expected output? What do you see instead?
the Edit detail is not hidden.
I want see the form just as tribes app's editor details form.  

What version of the product are you using? On what operating system?
pinax trunk version, complete project. in the server side, I use ubuntu
8.10 and client I use windows xp IE 7

Original issue reported on code.google.com by tony8...@gmail.com on 21 Mar 2009 at 9:56

GoogleCodeExporter commented 9 years ago
at the end of project.html, the 186 line, remove the code:
            $("#id_recipient").autocomplete("{% url profile_username_autocomplete %}", {
                formatItem: function(data, i, n, value) {
                    values = value.split(",,");
                    return values[0] + values[1] + "<br />" + values[2];
                },
                formatResult: function(data, value) {
                    return value.split(",,")[1];
                },
                // TODO: improve highlighting to only affect username.
                highlight: false,
            });

Original comment by tony8...@gmail.com on 21 Mar 2009 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 30 Mar 2009 at 3:09

GoogleCodeExporter commented 9 years ago
http://code.pinaxproject.com/tasks/task/78/

Original comment by pyDanny on 1 Apr 2009 at 2:59