#3621: Unnecessary snapshots
-------------------------------+--------------------------------------------
Reporter: arczi | Owner: arczi
Type: Task | Status: new
Priority: Normal | Milestone: CKEditor 3.0
Component: Core : Undo/Redo | Version:
Keywords: Confirmed Review- |
-------------------------------+--------------------------------------------
Changes (by garry.yao):
* keywords: Confirmed Review? => Confirmed Review-
Comment:
Why not declare:
{{{
#!js
CKEDITOR.plugins.print =
{
...
modes : { wysiwyg : !( CKEDITOR.env.opera ) } // It is
imposible to print the inner document in Opera.
canUndo : false
};
}}}
Instead of doing:
{{{
#!js
var command = editor.addCommand( pluginName, CKEDITOR.plugins.print );
command.canUndo = false;
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/3621#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac