Ticket #997 (new Bug)
Wrong position of panel on fixed positioned toolbar
| Reported by: | l0co | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Toolbar | Version: | FCKeditor 2.4.3 |
| Keywords: | Confirmed | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.