Opened 15 years ago

Closed 15 years ago

#2955 closed Bug (fixed)

plugin:numberlist/bulletlist failed when caret on inline-element end

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

Reproducing procedure:

  1. Open Replace by code sample;
  2. Delete all document contents;
  3. Make the following inputs and selection:
    text^
    
  4. Click Add/Remove Numbered List button;
  • Expected result: The document content becomes
    <ol>
        <li>text</li>
    </ol>
    
  • Actual result: The document content is
    text
    <ol>
       <li>
       </li>
    </ol>
    

Change History (3)

comment:1 Changed 15 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #2977

comment:2 in reply to:  1 Changed 15 years ago by Garry Yao

Resolution: duplicate
Status: closedreopened

Replying to garry.yao:

DUP of #2977

Oops,should be on the opposite.

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: reopenedclosed

I'm not able to reproduce this anymore, so I think it got solved with the recent fixes Martin did to the list plugin.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy