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

Your preferred username that is used when logging in.

Forum user: sreid

Basic information

Registered Oct 10, 2009
Last login Feb 27, 2011
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/16794

Latest forum posts

Posts:

Registered:

scrollable 1.2.2 not highlighting initial tab

Posted: Jun 7, 2010

Scrollable in 1.2.2 does not select / highlight the first item on page load. After the initial load it works fine.

One workaround seems to be to use history:true, but I can't use this in my app. Does anyone know of another solution ? This worked fine in 1.1.2.

Steps to reproduce

To demonstrate, I took the demo page -http://flowplayer.org/tools/demos/scrollable/one-sized.htm, and created a copy here -http://test.broadgairhill.com/one-sized.htm.

The only code changes I made was to add the full url prefix needed for jquery.tools.min.js, plus commented out history:true.

--------------------
Originally posted under thread " scrollable 1.2.1 (or navigator) does not go to initialIndex (?)", but then noticed it is marked as solved (and I can't change this).

Posts:

Registered:

can"t

Posted: Jun 7, 2010

I'd understood that you can only get a few standard combinations of tools from the CDN. I want to download a custom version with only the particular tools / plugins that I need.

Posts:

Registered:

still not working

Posted: Jun 6, 2010

I need to revert to 1.1.2 for now, due to scrollable issues in 1.2.2, but as mentioned above, the download is still not working.

Posts:

Registered:

scrollable 1.2.2 not highlighting initial tab

Posted: Jun 6, 2010

I'm having a similar problem. Unfortunately, I can't use the history:true workaround. Does anyone know of another solution ?

To demonstrate, I took the demo page -http://flowplayer.org/tools/demos/scrollable/one-sized.htm, and created a copy here -http://test.broadgairhill.com/one-sized.htm.

The only code change I made was to add the full url prefix needed for jquery.tools.min.js.

As soon as I comment out history:true, the first tab is no longer highlighted on first page load. Thereafter it works as expected. I'm sure this behaviour is different from 1.1.2.

Posts:

Registered:

original demo image files

Posted: Oct 14, 2009

Are the original image files available ? I'd like to be able to easily modify an example which uses css sprites, so that it has a different number of tabs.

Posts:

Registered:

problem with tabs ajax demo and mouseover

Posted: Oct 11, 2009

I modified the tabs ajax demo athttp://flowplayer.org/tools/demos/tabs/ajax.html, by adding mouseover. The mouseover effect works, but it still allows a click on the tab, which result in the ajax html page being displayed. I'd have thought the click on tab would be disabled. Using mouseover on the earlier non-Ajax demo works fine - click on tab is not enabled.

Posts:

Registered:

problem fixed - not jquery tools

Posted: Oct 11, 2009

Reverted to original DOM selector as per demo code. Problem seems to have been due to CMS editor bug, plus caching making debug difficult.

Posts:

Registered:

problem with minimal tabs demo inside cms

Posted: Oct 10, 2009

I'm trying to get the minimal tabs demo working inside a cms (scrollable demos worked fine). I've put a test page here :http://www.artik.co.uk/test-page-tabs.

I've only changed 1 line from the demo code :

$("ul.tabs").tabs("div.panes > div");
to
$("ul.tabs").tabs("div.panes");

as the former didn't work for me.

However, the panes are not visible. I can get the first pane visible by declaring display:block, but the other 2 panes are never shown.