Changeset 1074
- Timestamp:
- 10/09/08 21:31:36 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InternetExplorer/InternetExplorer.js
r1056 r1074 491 491 // The problem occurs when the cursor is after the 'e' in Node. 492 492 493 var solution = editor.config.selectWorkaround || 'InsertSpan';493 var solution = this.config.selectWorkaround || 'VisibleCue'; 494 494 switch (solution) 495 495 { … … 559 559 savedSelection.pasteHTML(''); 560 560 break; 561 case 'Visible Prompt':561 case 'VisibleCue': 562 562 default: 563 563 // This method will insert a little box character to hold our selection
