Changes between Initial Version and Version 1 of Ticket #7348, comment 3
- Timestamp:
- Jan 28, 2013, 12:10:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7348, comment 3
initial v1 1 1 The same problem occurs in IE9 and IE 10 on both CKEditor 3.x and 4.x (v4). 2 2 3 Seems that XML plugin is missing {{{new ActiveXObject("Msxml2.DOMDocument.6.0");}}} 3 Perhaps XML plugin is missing {{{new ActiveXObject("Msxml2.DOMDocument.6.0");}}} and {{{xmlDoc.setProperty("SelectionLanguage", "XPath");}}}. When I was trying to use these however I have only got null nodes(no errors but nulls). 4 4 5 Here are some useful links:[[BR]]5 Here are some links that I have used:[[BR]] 6 6 http://stackoverflow.com/questions/10522236/javascript-on-ie9-xmldom-selectsinglenode-gives-unknown-method-concat [[BR]] 7 7 http://msdn.microsoft.com/en-us/library/ms757846%28v=vs.85%29.aspx [[BR]]