#2367: IE: List padding may cause list command errors
--------------------------+-------------------------------------------------
 Reporter:  fredck        |       Owner:                 
     Type:  Bug           |      Status:  new            
 Priority:  Normal        |   Milestone:                 
Component:  General       |     Version:  FCKeditor 2.6.2
 Keywords:  Confirmed IE  |  
--------------------------+-------------------------------------------------
 When applying "padding" and "margin" styles to list elements, IE may
 "expand" them, making it possible to place the caret "after" sub-lists in
 nested lists. Other browsers don't make it possible.

 The problem is that this uncommon caret position breaks the list commands.

 === Steps to Reproduce ===

  1. Load the following HTML in the editor:

  {{{
 <style type="text/css">

 ol
 {
         padding-bottom: 20px;
 }

 </style>
 <ol>
         <li>Item 1
                 <ol>
                         <li>Item 1.1</li>
                 </ol>
         </li>
 </ol>
 <p>
         Some text.
 </p>
  }}}

  2. In WYSIWYG mode, place the caret in the white space following "Item
 1.1". This can be achieved either by mouse click or by using the RIGHT-
 ARROW key.
  3. Hit any of the list buttons in the toolbar.

 A JavaScript error will be thrown and nothing else happens.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2367>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to