Changeset 607
- Timestamp:
- 08/01/07 09:08:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r589 r607 170 170 if ( FCKBrowserInfo.IsIE ) 171 171 { 172 // The fiddling with UNSELECTABLE is a trick for fixing an IE browser bug, don't remove. 173 // See #523 for information about the bug. 174 oDoc.body.unselectable = "on" ; 172 oDoc.body.disabled = true ; 175 173 oDoc.body.contentEditable = true ; 176 var enableFunc = function() 177 { 178 oDoc.body.removeAttribute("unselectable") ; 179 } 180 setTimeout( enableFunc, 1 ) ; 174 oDoc.body.disabled = false ; 181 175 182 176 /* The following commands don't throw errors, but have no effect.
Note: See TracChangeset
for help on using the changeset viewer.
