Opened 17 years ago

Closed 17 years ago

#1253 closed Bug (fixed)

Error loading the samples with frameset in Explorer

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

The error is in the

		if ( FCKBrowserInfo.IsIE )
		{
			var range = FCK.EditorDocument.selection.createRange() ;
			range.collapse( true ) ;
			firstBlock = ( new FCKElementPath( range.parentElement() ) ).Block ;
		}

introduced in [824] in fckjustifycommands.js

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: newclosed

It has been fixed in [829]

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