Changeset 569
- Timestamp:
- 2007-07-27 06:27:07 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r449 r569 170 170 if ( FCKBrowserInfo.IsIE ) 171 171 { 172 oDoc.body.unselectable = "on" ; 172 173 oDoc.body.contentEditable = true ; 174 var enableFunc = function() 175 { 176 oDoc.body.removeAttribute("unselectable") ; 177 } 178 setTimeout( enableFunc, 1 ) ; 173 179 174 180 /* The following commands don't throw errors, but have no effect.