Changeset 4182
- Timestamp:
- 12/16/07 16:28:39 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/ui.tabs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/ui.tabs.js
r4181 r4182 381 381 } 382 382 383 this.blur(); // prevent IE from keeping other link focussed when using the back button 383 // Prevent IE from keeping other link focussed when using the back button 384 // and remove dotted border from clicked link. This is controlled in modern 385 // browsers via CSS, also blur removes focus from address bar in Firefox 386 // which can become a usability and annoying problem with tabsRotate. 387 if ($.browser.msie) { 388 this.blur(); 389 } 384 390 385 391 //return o.bookmarkable && !!trueClick; // convert trueClick == undefined to Boolean required in IE
