Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 148 by Ben.Browitt: hide forms with css to prevent flickering  
between tabs.
http://code.google.com/p/django-hotclub/issues/detail?id=148

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;
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to