id summary reporter owner description type status priority milestone component version resolution keywords cc 6344 Script Auto-Include Path Issues in IE8 Compatibility Mode Asher Snyder "When using CKEditor dynamically in IE8 Compatibility mode CKEditor will crash if a hash (#) is in the url. For example, when calling CKEditor.replace, post page load, and after a hash is set, CKEditor will try to include the following paths: http://20.20.0.100/Tests/CKEditor/Example/#/../ckeditor/config.js?t=A8LE4JO http://20.20.0.100/Tests/CKEditor/Example/#/../ckeditor/lang/en.js?t=A8LE4JO In both cases the paths to the actual files should be: http://20.20.0.100/Tests/CKEditor/Example/../ and NOT http://20.20.0.100/Tests/CKEditor/Example/#/../ Clearly this is a major issue as CKEditor will not load at all in IE8 Compatibility mode. This seems to only be an issue in this mode." Bug confirmed Normal General 3.0 IE