#3364: Pressing enter at the end of a bulleted list does not end the list
-------------------------+--------------------------------------------------
 Reporter:  highjinx_53  |       Owner:                   
     Type:  Bug          |      Status:  new              
 Priority:  Normal       |   Milestone:                   
Component:  General      |     Version:  CKEditor 3.0 Beta
 Keywords:               |  
-------------------------+--------------------------------------------------
 When creating a bulleted list, if the cursor is at the end of the list on
 a new item and enter is pressed, a new bullet is created instead of ending
 the list. For example:

 {{{
  * Item 1
  * Item 2
  * | <-- Cursor here. Enter pressed.
 }}}

 Instead of ending the list:
 {{{
  * Item 1
  * Item 2
 | <-- Cursor here.
 }}}

 A new bullet is created:
 {{{
  * Item 1
  * Item 2
  *
  * | <-- Cursor here.
 }}}
 This can be consistently reproduced with the nightly samples.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3364>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to