Changeset 3909
- Timestamp:
- 07/16/09 14:22:16 (4 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
r3908 r3909 138 138 <li>Updated the following language files:<ul> 139 139 <li><a href="http://dev.fckeditor.net/ticket/3837">#3837</a> : Brazilian Portuguese.</li> 140 </ul> 140 </ul></li> 141 141 <li><a href="http://dev.fckeditor.net/ticket/3984">#3984</a> : [IE]The pre-formatted style is generating error.</li> 142 <li><a href="http://dev.fckeditor.net/ticket/3946">#3946</a> : Fixed unable to hide contextmenu.</li> 142 <li><a href="http://dev.fckeditor.net/ticket/3946">#3946</a> : Fixed unable to hide contextmenu.</li> 143 <li><a href="http://dev.fckeditor.net/ticket/3956">#3956</a> : Fixed About dialog in Source Mode for IE.</li> 143 144 </ul> 144 145 <h3> -
CKEditor/trunk/_source/plugins/dialog/plugin.js
r3716 r3909 548 548 show : function() 549 549 { 550 if ( CKEDITOR.env.ie )550 if ( this._.editor.mode == 'wysiwyg' && CKEDITOR.env.ie ) 551 551 this._.editor.getSelection().lock(); 552 552
Note: See TracChangeset
for help on using the changeset viewer.
