You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

naming tabs not working at all Created Aug 29, 2010

This thread is solved

Views: 855     Replies: 2     Last reply Sep 9, 2010  
You must login first before you can use this feature

amorek

Posts: 4

Registered:
Aug 26, 2010

naming tabs not working at all

Posted: Aug 29, 2010

hi

check your website:
http://flowplayer.org/tools/demos/tabs/anchors.html#second

you say there about tabs naming but it doeas not work at all
it should be active #seond tabb but it is first one

tom

amorek

Posts: 4

Registered:
Aug 26, 2010

» naming tabs not working at all

Posted: Aug 30, 2010

Reply to: naming tabs not working at all, from amorek
you say about that in example no 2 and it occurs it is not working
even in standalone demo

tom

Murabut

Posts: 6

Registered:
Aug 17, 2010

» » naming tabs not working at all

Posted: Sep 9, 2010

Reply to: » naming tabs not working at all, from amorek
I just filled this bug in issue tracker, hope it gets fixed soon as I have a problem if this doesn't work :(

EDIT: What I did to solve this:

			$("ul.gen_tabs").each (function () {
				$("ul.gen_tabs").tabs("div.gen_panes > div", {
					effect: 'fade',
					tabs: 'li',
					fadeOutSpeed: 200
				});
				$(this).find('a[href=' + window.location.hash.substring(0) + ']').click();
			});