Needs review
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
24 Jan 2011 at 19:29 UTC
Updated:
25 Jan 2011 at 10:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
vladsavitsky commentedComment #2
mfer commentedThe problem is that vertical tabs redraws the screen. So, if you place them at the end of the page there will be a flash as the page is first drawn without the tabs and then redrawn with the tabs. This flash as the markup is redrawn is an issue.
If you are deving locally and/or in a fast broswer you might hardly see this. Once this is on the larger web or in a browser with a slower JS engine you'll have the problem.
Comment #3
vladsavitsky commentedComment #4
vladsavitsky commentedI'm deving on server and I see this flash but vertical tabs in on 2nd screen and also I have some other flashes on page so I think it's not so important for me. Site uses more than 200 modules and is really heavy so we need to have ability to put JS to footer -- this speed-up a page loading.