pombreda / django-hotclub

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

project app with some css and javascript bug in Internet Explorer #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use complete_project, chick the projects 
2.chick the Start your own project

What is the expected output? What do you see instead?
the form display only backgroud. but in firefox it display right.

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

Please provide any additional information below.

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

GoogleCodeExporter commented 9 years ago
modify the projects.html, about 104 line:
                $('#start-project').slideToggle();

to:
                $('#start-project').toggle();

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Moved to http://code.pinaxproject.com/tasks/task/81/

Original comment by pyDanny on 1 Apr 2009 at 3:20