Opened 14 years ago
Last modified 11 years ago
#7348 closed Bug
IE9: CKEDITOR.xml.selectSingleNode throws an error — at Initial Version
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE9 IE10 | Cc: |
Description
It looks like it is not available in IE9 (?)
Because of that tests for CKEDITOR.ajax are failing.
To reproduce, use the following:
CKEDITOR.loader.load( 'core/ajax' ); setTimeout(function() { var data = CKEDITOR.ajax.loadXml( '/ckeditor.tests/dt/_assets/sample.xml' ); alert(data.selectSingleNode( 'list/item' )); }, 1000);