Thank you for this great module.
JS-files linked to page in header (this is default).
But moving JS-files to footer will speed-up page loading.
I have tested this patch and all works fine if JS-file linked in pages footer.

Comments

vladsavitsky’s picture

mfer’s picture

The 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.

vladsavitsky’s picture

Assigned: Unassigned » vladsavitsky
vladsavitsky’s picture

I'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.