google-code-export / django-hotclub

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

hide forms with css to prevent flickering between tabs. #148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just switch between tabs: Projects and tribes for example.
It happens on FF3, only on a slow computer.
2.
3.

What is the expected output? What do you see instead?
Smooth loading.

What version of the product are you using? On what operating system?
0.7.0dev

Please provide any additional information below.
Add the following to base.css to prevent flickering of the 'start project'
form. The same should be done for other forms in other tabs. js shouldn't
being used to hide html elements on the first load.
#start-project {
    display: none;
}

Original issue reported on code.google.com by Ben.Brow...@gmail.com on 15 Jan 2009 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by leidel on 13 Mar 2009 at 9:06