Very interesting side effect.
When I turn on server filtered security for site serving the fckeditor, cookie based authentication, the right click feature for changing table cell or image properties gets a problem... the dialogue stretches to the height of the window. I think the javascript calls are triggering a non-authenticated call to the server when using IE, it is not a problem on firefox.
Any ideas, or questions on this issue. In effect, I can not protect the editor properly and if I do, IE users are unable to ue the right click feature.
When I turn on server filtered security for site serving the fckeditor, cookie based authentication, the right click feature for changing table cell or image properties gets a problem... the dialogue stretches to the height of the window. I think the javascript calls are triggering a non-authenticated call to the server when using IE, it is not a problem on firefox.
Any ideas, or questions on this issue. In effect, I can not protect the editor properly and if I do, IE users are unable to ue the right click feature.
Re: Server security causing IE to mangle right click dialogue
And why do you use cookie based authentication? If you're trying to make a computer safe, that's one of the first settings to disable.
Re: Server security causing IE to mangle right click dialogue
I run fckeditor for users that authenticate to a server based application. They are required to set a cookie and the server uses that to track their session.
When I put this filter on the server, something is wrong with the IE browser - it is almost impossible to work out what, but when I make the filesystem on the server public, IE works fine. I think the javascript calls for things like right click dialogue boxes are not sent correctly with IE and the server denies access to additional code from the file system , like IE doe not allow sending the cookie or something - just doesn't make sense to me but it is definitely happening when the server has authentication turned on...
thanks for you interest.
Re: Server security causing IE to mangle right click - solved
So, workaround is add trusted site and reduce the security setting in IE. This ensures better handling of features like right-click in the fckeditor.
phew!