#4275: CKEditor's tool bar is chopped off in IE7/IE8,
----------------------+-----------------------------------------------------
  Reporter:  Senthil  |       Owner:  tobiasz.cudnik
      Type:  Bug      |      Status:  closed        
  Priority:  High     |   Milestone:  CKEditor 3.1  
 Component:  General  |     Version:                
Resolution:  invalid  |    Keywords:  Oracle        
----------------------+-----------------------------------------------------
Changes (by tobiasz.cudnik):

  * keywords:  Oracle Confirmed => Oracle
  * status:  assigned => closed
  * resolution:  => invalid


Comment:

 I'm sorry but this is not a bug. It's about wrong toolbar config usage (or
 at least it's behavior understanding).

 Toolbar is supposed to be wrapped on item groups, not item separators. In
 attached config there are only 3 groups, where each contains couple of
 separators. '''Editor width is very narrow and it should be wide at least
 as longest toolbar item group.'''

 Browsers handle this situation in different ways, that's why IE just keeps
 it without break (which is correct) but they are out of viewport. FF
 forces to wrap them, but this results in garbaged layout (like visible
 sprites reported as #4276 but also as incorrect toolbar background, which
 shouldn't be an image).

 This issue is something different than #4237, as problem there was
 wrapping of item groups.

 If you change those "-" separators to groups, all will work fine. Here is
 the code.
 {{{
 config.toolbar =
 [
         ['Source','Image','Maximize','Preview','Print'],
 ['Cut','Copy','Paste'], ['Undo','Redo'], ['Find','Replace'],
 ['HorizontalRule','Table','imageUPLOAD','Link','Unlink','SpecialChar'],
         ['Format','Font','FontSize'],
 ['Bold','Italic','Underline','Strike'],
         ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
 ['NumberedList','BulletedList','Outdent','Indent'],
 ['TextColor','BGColor']
 ];
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4275#comment:5>
CKEditor <http://ckeditor.com/>
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