
zdravko.balorda at siix
May 31, 2011, 6:55 AM
Post #32 of 52
(2219 views)
Permalink
|
Nick, well, yes, this is the last commit. ckeditor.html looks the same. My config is somewhat richer: CKEDITOR_CONFIG = config.language = 'en'; contentsLanguage = 'en'; config.skin = 'v2'; config.extraPlugins = 'autogrow'; config.enableTabKeyTools = true; config.stylesSet = [.{ name : 'Emphasis', element : 'em' },{ name : 'Strong Emphasis', element : 'strong' },{ name : 'Small', element : 'small' },{ name : 'Big', element : 'big' },{ name : 'Computer Code', element : 'code' },{ name : 'Deleted Text', element : 'del' },{ name : 'Inserted Text' , element : 'ins' },]; config.toolbar = [['Source'],['Cut','Copy','Paste','PasteText','PasteFromWord', 'Scayt'],['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],'/',['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],['Link','Unlink','Anchor'],['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],['Styles','Format'],['TextColor','BGColor'],['Maximize', 'ShowBlocks','-']]; except for config.toolbarCanCollapse = false; which I don't have. As far as I can tell, I did commit everything that I run. There not that many files, anyway. I didn't touch any of the AJAX code. lib.js is the same. I'll try to reinstall my fork, and see if it runs. Zdravko Nick Legg wrote: > Hmm, does this list strip all attachments? Anyway, I diff'ed against > the ckeditor.html in your commit > (https://github.com/zdravko/bricolage/blob/8123d6671e217a84c3e74347224ce170760044d1/comp/widgets/wysiwyg/ckeditor.html) > and we are running the same code. Did you commit everything that your > system is currently running? > > What does your config look like? I have the following: > CKEDITOR_CONFIG = config.language = 'en'; contentsLanguage = 'en'; > config.skin = 'v2'; config.extraPlugins = 'autogrow'; > config.enableTabKeyTools = true; config.toolbarCanCollapse = false; > config.stylesSet = [.{ name : 'Emphasis', element : 'em' },{ name : > 'Strong Emphasis', element : 'strong' },{ name : 'Small', element : > 'small' },{ name : 'Big', element : 'big' }]; config.toolbar = > [['SpecialChar','-','Find','Replace','-','Format','Bold','Italic','Underline','Strike','Subscript','Superscript','-','NumberedList','BulletedList','-','PasteFromWord','-','Undo','Redo','-','Source']]; > > > Thanks, > Nick > > On 5/31/2011 8:49 AM, Zdravko Balorda wrote: >> >> Nick, hi! >> >> Really strange. I have Firefox 3.6.15 and things are fine. I haven't >> tested >> Chrome nor Safari. >> CKEditor is 3.4.2 which is just like yours. >> >> Unfortunately, your attachment didn't got through. >> >> Are you sure you have also the last commit (Feb. the 14th) that is >> still in >> my pull request on github? I'am new to github, so please, expect >> anything. >> >> Regards, Zdravko >> >> >> >> Nick Legg wrote: >>> Hi Zdravko, >>> >>> This happens to me in Firefox 3.6 and 4 as well as the latest Chrome >>> and Safari. It works correctly in IE. I'm starting to suspect the >>> issue lies either in ckeditor.html (attached) or it's something to do >>> with the older version of Prototype used by Bricolage. Either way, I >>> haven't discovered much more about this yet. I've tested CKEditor >>> 3.5.2 and 3.6. >>> >>> Thanks, >>> Nick >>> >>> On 5/30/2011 1:21 AM, Zdravko Balorda wrote: >>>> Nick Legg wrote: >>>>> >>>>> However, the WYSIWYG field dies (cannot be focused anymore) when I >>>>> drag & drop the element to a different position in the story. Do >>>>> you experience this as well? >>>> >>>> >>>> Hi, Nick! >>>> Have you got stuck with this? If so, send me a file where you >>>> suspect a bug, >>>> and I'll check for differences. Maybe we use different versions... >>>> >>>> Regards, Zdravko >>>> >> > >
|