Hi,
First of all - I've just started working with CKEditor 3.x after being stuck with FCKEditor 2.x. Very impressive set of improvements and additions!
I've run across a strange problem that I can't seem to be able to nail down. Under a CMS that we're building, we've opted to use CKEditor. Everything was working fine under a local environment, however when we put it to live, the TOP position of dialogs (such as Image Properties) is always at 0px. The LEFT position is being calculated correctly at 50% visible width - (dialog width/2). I've run the entire site through BeyondCompare3 and the copies are exactly the same..so my question is, has anyone run across this problem, or a problem similar to this before - and if so, do you recall a solution?
I've had a good delve into the source, and Google about to no avail, and as such my last resort is to post here. I'm pretty experienced at JS, and styling, however this has just got me stumped, so any advice would be greatly appreciated!
Merry xmas to all!
Seidr
Tue, 12/22/2009 - 17:34
#1
Re: Issue with CKEditor 3.0.2 dialog positions
Re: [RESOLVED] Issue with CKEditor 3.0.2 dialog positions
Unsure as to why, but this seems to of fixed itself..there would of been no caching issue due to using the _source version, and the editor not being uploaded before testing extensively on local.

The issue seemed to disappear after throwing a few more debugs into the 'show' method in the 'dialog' plugin. Once added, and then removed - after checking the parameters being sent through - the issue is no longer present, in either Firefox OR IE..even though the debugger tag was removed when testing in IE8? Very odd..
Feel free to comment if you have any ideas as to why this might be - I've had problems with setTimeouts firing too soon before (the show function uses one to calculate and set the position of the dialog), however 100ms seems to be plenty of time to construct and append the dialog to the DOM..plus it was calculating the width correctly before. Argh, anyway..fire away!
Seidr