#4250: Fails to warn on usage of non-existing command
--------------------------+-------------------------------------------------
 Reporter:  alfonsoml     |       Owner:                
     Type:  Bug           |      Status:  new           
 Priority:  Normal        |   Milestone:                
Component:  UI : Toolbar  |     Version:  SVN (CKEditor)
 Keywords:                |  
--------------------------+-------------------------------------------------
 Edit a sample and change the toolbar so it uses a non existing command:
 {{{
 var editor = CKEDITOR.replace( 'editor1',
         {
                 toolbar : [ [ 'Source', '-', 'Bold', 'Italic',
 'Underline', 'Strike','-','Link', '-', 'not existing' ] ]
         });
 }}}

 Load now the sample in the browser:

 No warning, no error, no button. Nothing shows that there's an attempt to
 use a non-existing command.

 People are gonna waste a lot of time trying to understand why their
 changes doesn't work if they don't have any clue about the problem.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4250>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to