Opened 13 years ago

Last modified 10 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);

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy