Seems to (not) work with both browsers. And one of my clients is also reporting the error.
At first, the button worked for him, but then it was just permanently disabled.
Yes, we're both clicking inside the editor, and i've had the "out of editor HR problem" as well
Here are some other details.
The lines with which I insert the editor: $oFCKeditor = new FCKeditor('FCKeditor'); $oFCKeditor->BasePath = xxxx_HTTP_PATH.'/ext/fckeditor/'; $oFCKeditor->Config['CustomConfigurationsPath'] = xxxx_HTTP_PATH.'/conf/fckconfig.php'; $oFCKeditor->Width = '100%'; $oFCKeditor->Height = 500; $oFCKeditor->Value = $page->Description; $oFCKeditor->Create() ;
In my config file (outside the fckeditor directory tree) i modify the following variables: - FCKConfig.AutoDetectLanguage - FCKConfig.DefaultLanguage - FCKConfig.LinkBrowserURL (it points to browser outside the fckeditor dir tree, but that shouldn't matter) - FCKConfig.ImageBrowserURL (same) - FCKConfig.StylesXmlPath (same) - FCKConfig.EditorAreaCSS (points to my site-wide css) - FCKConfig.ToolbarSets["Default"] (have deleted some of the default buttons)
In my styles xml (if it affects this at all), i have:
It seems to be working on FC: [SF BUG-1190835] [SF BUG-1196547] [SF BUG-1156863] The "Insert Horizontal Line" command is now working correctly. Thanks to Hector Raul Colonia Coral.
RE: Insert Horizontal Rule?
RE: Insert Horizontal Rule?
Trivial... heh. I like that word.
Good LuCk!
RE: Insert Horizontal Rule?
Any ideas?
RE: Insert Horizontal Rule?
Browser you're gettin error in? No browser work?
This button works for me. On FF. And IE. I'm using XP.
Did you click into the window?
Heck, it put a HR outside the editor when I clicked from a different field.
So if anything, it's working too well.
More details help. May not be needed in most cases, but still, SOP is SOP for a reason.
RE: Insert Horizontal Rule?
Sorry for the late reply,
Seems to (not) work with both browsers. And one of my clients is also reporting the error.
At first, the button worked for him, but then it was just permanently disabled.
Yes, we're both clicking inside the editor, and i've had the "out of editor HR problem" as well
Here are some other details.
The lines with which I insert the editor:
$oFCKeditor = new FCKeditor('FCKeditor');
$oFCKeditor->BasePath = xxxx_HTTP_PATH.'/ext/fckeditor/';
$oFCKeditor->Config['CustomConfigurationsPath'] = xxxx_HTTP_PATH.'/conf/fckconfig.php';
$oFCKeditor->Width = '100%';
$oFCKeditor->Height = 500;
$oFCKeditor->Value = $page->Description;
$oFCKeditor->Create() ;
In my config file (outside the fckeditor directory tree) i modify the following variables:
- FCKConfig.AutoDetectLanguage
- FCKConfig.DefaultLanguage
- FCKConfig.LinkBrowserURL (it points to browser outside the fckeditor dir tree, but that shouldn't matter)
- FCKConfig.ImageBrowserURL (same)
- FCKConfig.StylesXmlPath (same)
- FCKConfig.EditorAreaCSS (points to my site-wide css)
- FCKConfig.ToolbarSets["Default"] (have deleted some of the default buttons)
In my styles xml (if it affects this at all), i have:
RE: Insert Horizontal Rule?
[SF BUG-1190835] [SF BUG-1196547] [SF BUG-1156863] The "Insert Horizontal Line" command is now working correctly. Thanks to Hector Raul Colonia Coral.
Great!
Thanks,
Jaka