Currently we are bug testing our system and this was one item that came up. On the Mac, it seems that CKEditor is currently coming up without a toolbar.
This was verified across 2 different macs using both firefox 3 and safari.
It's a very stripped down editor:
if($('personalStatement'))
{
CKEDITOR.replace( 'personalStatement',
{
resize_enabled : false,
width : 600,
height : 300,
toolbar :
[
[ 'Bold', 'Italic','Underline', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ]
]
});
}
Any ideas?
This was verified across 2 different macs using both firefox 3 and safari.
It's a very stripped down editor:
if($('personalStatement'))
{
CKEDITOR.replace( 'personalStatement',
{
resize_enabled : false,
width : 600,
height : 300,
toolbar :
[
[ 'Bold', 'Italic','Underline', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ]
]
});
}
Any ideas?
Re: Mac Missing Toolbar?
SOLUTION FOUND:
Nevermind, looks like it was something caused when we moved servers.
Thanks anyways haha.