Opened 18 years ago
Closed 18 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

It has been fixed in [829]