Bug Tracker

Changeset 4229

Show
Ignore:
Timestamp:
12/19/07 12:22:19 (1 year ago)
Author:
klaus.hartl
Message:

fixed first tab being active too long when rotation starts and another address bar losing focus problem

Location:
trunk/ui/current
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/ui.tabs.ext.js

    r3611 r4229  
    2323            // start interval 
    2424            if (ms) { 
    25                 var t = 0; 
     25                var t = this.options.initial + 1; 
    2626                this.rotation = setInterval(function() { 
    2727                    t = ++t <= self.$tabs.length ? t : 1;