I have a problem with the placement of the caret in the editing area. When I load the FCKEditor with a text and place the caret by clicking on the first line (which is empty, first two lines are empty) the caret is moved to the bottom. When I click on the first line again the caret is moved to the bottom again. Clicking on the second line does not have this effect.
This only happens in firefox (2.0.0.11) but it doesn't seem to happen in MSIE6 or 7.
Does anyone have an idea why this happens and if there is a way I can fix it?
This only happens in firefox (2.0.0.11) but it doesn't seem to happen in MSIE6 or 7.
Does anyone have an idea why this happens and if there is a way I can fix it?
Re: Caret moves to bottom of the editor when placed on first lin
At the start of the HTML that was added to the editor there were placed two <br/> tags. I replaced these with <p> <br/> </p> and it was fixed. It probably need a block element to allow to place the caret at that position.