- assigned_to: nobody --> fredck
- status: open --> open-fixed
This only applies to Firefox 1.5 or similar Gecko version.
in fck_1_gecko.js at the function
FCK.MakeEditable = function()
add the following line:
// Tell Gecko enable or not live resizing of objects
FCK.EditorDocument.execCommand( 'enableObjectResizing',
false, !FCKConfig.DisableImageHandles ) ;
That's all folks!
reference:
https://bugzilla.mozilla.org/show_bug.cgi?id=295544
Log in to post a comment.