﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
997	Wrong position of panel on fixed positioned toolbar	Lukasz Frankowski		"We have the fckeditor toolbar located on outer div which is 'fixed' positioned (in gecko browser), in order to be global for the website. So, our:
{{{
oFCKeditor.Config[ ""ToolbarLocation"" ] = ""Out:fckToolbar"";
}}}
In this case the toolbar panels (eg. the font panel) are not positioned correctly. I have found the place in the code, which should be changed to fix it, but I have no time for now to look in the code for the style of toolbar panel container to create conditional clause, depended on the container position, but the fckeditor developers won't have a problem to insert the code like this there:
{{{
oIFrame.style.position = 'absolute';
if (fckeditor.toolbar.container.style.position == 'fixed')
  oIFrame.style.position = 'fixed';
}}}
The location of bug is indicated in attached fckpanel-fixed-position-bug.js file."	Bug	closed	Normal		UI : Toolbar	FCKeditor 2.4.3	fixed		
