Changeset 1726
- Timestamp:
- 2008-03-18 20:27:42 (7 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckdialog.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckdialog.js
r1610 r1726 108 108 currentInstance.Focus() ; 109 109 110 var editorDocument = currentInstance.EditorDocument ; 110 var editorDocument = ( currentInstance.EditMode == FCK_EDITMODE_WYSIWYG ? 111 currentInstance.EditorDocument : 112 FCKTools.GetElementDocument( currentInstance.EditingArea.Textarea ) ) ; 111 113 var selection = editorDocument.selection ; 112 114 var range ; -
FCKeditor/trunk/_whatsnew.html
r1725 r1726 91 91 will no longer remain behind in the editing area when the placeholder dialog is 92 92 opened.</li> 93 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2024">#2024</a>] Fixed 94 JavaScript error in IE when the user tries to open dialogs in Source mode.</li> 93 95 </ul> 94 96 <h3>