Hi there!
When testing FCKeditor in Chrome for my company I found out that the placeholder plugin doesn't work completely in Chrome. You can insert new placeholders with the plugin, but you can't edit them afterwards, because the code
returns null instead of the object. I also tested the nightly build, but same problem there. Is there a workaround or solution for this on the way ?
regards,
Martin
When testing FCKeditor in Chrome for my company I found out that the placeholder plugin doesn't work completely in Chrome. You can insert new placeholders with the plugin, but you can't edit them afterwards, because the code
dialog.Selection.GetSelectedElement()
returns null instead of the object. I also tested the nightly build, but same problem there. Is there a workaround or solution for this on the way ?
regards,
Martin

Re: Chrome + GetSelectedElement()
if (!FCKBrowserInfo.IsSafari && !FCKBrowserInfo.IsOpera) { ...(code)... }http://www.ecclesiact.com