Changeset 5706
- Timestamp:
- 07/16/10 15:58:37 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/dialog/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5705 r5706 54 54 <li><a href="http://dev.fckeditor.net/ticket/5843">#5843</a> : In CKEditor 3.3: When we set the focus in the 'instanceReady' event, FF3.6 is giving js error.</li> 55 55 <li><a href="http://dev.fckeditor.net/ticket/5902">#5902</a> : paste and pastetext dialogs can not be skinned easily.</li> 56 <li><a href="http://dev.fckeditor.net/ticket/5959">#5959</a> : Dialog auto focus does not check for hidden tabs.</li> 56 57 </ul> 57 58 <h3> -
CKEditor/trunk/_source/plugins/dialog/plugin.js
r5693 r5706 408 408 409 409 if ( editor.config.dialog_startupFocusTab 410 && me._. tabIdList.length> 1 )410 && me._.pageCount > 1 ) 411 411 { 412 412 me._.tabBarMode = true;
Note: See TracChangeset
for help on using the changeset viewer.
