Bug Tracker

Show
Ignore:
Timestamp:
01/24/08 21:10:09 (1 year ago)
Author:
klaus.hartl
Message:

fixed bugs related to cookie usage for tabs, fixes #2234

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/tests/tabs.html

    r3952 r4531  
    2727                $('#container-1 ul').tabs(); 
    2828                $('#container-2 ul').tabs(2); 
    29                 $('#container-3 ul').tabs({ cookie: { expires: 365 }, fxSlide: true }); 
     29                $('#container-3 ul').tabs(2, { cookie: { expires: 365 }, fxSlide: true }); 
    3030                $('#container-4 ul').tabs({ fxFade: true, fxSpeed: 'fast' }); 
    3131                $('#container-5 ul').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' }); 
     
    4545                $('#container-7 ul').tabs({ fxShow: { height: 'show', opacity: 'show' }, fxSpeed: 'normal' }); 
    4646                $('#container-8 ul').tabs({ cache: true, unselected: false }); 
    47                 $('#container-9 ul').tabs({ disabled: [3] }); 
     47                $('#container-9 ul').tabs({ disabled: [3], cookie: { expires: 365 } }); 
    4848                $('<p><a href="#">Remove tab<\/a><\/p>').prependTo('#fragment-22').find('a').click(function() { 
    4949                    $('#container-9 ul').tabsRemove(4);