Opened 14 years ago

Last modified 11 years ago

#7348 closed Bug

IE9: CKEDITOR.xml.selectSingleNode throws an error — at Version 1

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE9 IE10 Cc:

Description (last modified by Wiktor Walc)

It looks like it is not available in IE9 (?)

Because of that tests for CKEDITOR.ajax and CKEDITOR.xml 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 (1)

comment:1 Changed 14 years ago by Wiktor Walc

Description: modified (diff)
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