Changeset 5074
- Timestamp:
- 2010-02-09 17:07:41 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/aria/_source/plugins/dialog/plugin.js
r5069 r5074 413 413 this.on( 'show', function() 414 414 { 415 // Setup tabIndex on showing the dialog instead of on loading 416 // to allow dynamic tab order happen in dialog definition. 417 setupFocus(); 418 415 419 if( editor.config.dialog_startupFocusTab 416 420 && me._.tabIdList.length > 1 ) … … 422 426 { 423 427 this._.currentFocusIndex = -1; 424 setupFocus();425 428 426 429 // Decide where to put the initial focus.