#3437: Show blocks command state is not correctly preserved across mode changes.
-------------------------------+--------------------------------------------
 Reporter:  martinkou          |       Owner:  garry.yao     
     Type:  Bug                |      Status:  assigned      
 Priority:  Normal             |   Milestone:  CKEditor 3.0  
Component:  UI : Toolbar       |     Version:  SVN (CKEditor)
 Keywords:  Confirmed Review?  |  
-------------------------------+--------------------------------------------
Changes (by garry.yao):

  * keywords:  Confirmed Review- => Confirmed Review?


Comment:

 The editor will restore all command that registered as activating within
 wysiwyg mode back to 'OFF' state with L383:
 {{{
   this.on( 'mode', updateCommandsMode );
 }}}
 Two special commands which don't fall into this case were 'Maximize' and
 'Showblock', which are required to preserve their states across mode
 switch.[[BR]]
 I'm coming with a new patch which fix those two spots by listening to the
 'mode' event at the very last .

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3437#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to