Hi all,
I'm having a problem when using fckEditor in a DIV with a fixed height and overflow:auto set.
The problem only happens in mozilla (tested on Firefox 1.04).
Here's an example of the problem:
http://publicdemo.dev.lateralsystems.net/divtest.htm
Basically the dropdowns (style, font etc) always display in a position relative to the top scroll position. ie. If you scroll down, they display where they would have if the DIV was scrolled to the top.
This is a major problem for me - anyone have any ideas how to fix it?
Thanks
Ben
Mon, 05/23/2005 - 06:41
#1
RE: Problem with editor in DIV with overflow:
Well I found the problem and created a patch:
https://sourceforge.net/tracker/index.p ... tid=543655
It's a pretty simple change to two lines of code to make it take the scrollTop and scrollLeft into account when calculcating the position.
I hope Fred will consider adding this to the final release version.