Ticket #2490 (new Bug)

Opened 3 months ago

Last modified 3 months ago

Create list delete or split parent element

Reported by: Abenzka Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: FCKeditor 2.5.1
Keywords: Confirmed Cc:

Description

If my cursor is into a div element (or p) and i click numbered list to insert a list, the div element will be delete, or splitted if there is some text before and after my cursor.

This not happen with table elements.

Attachments

fckList.jpg (109.2 KB) - added by Abenzka 3 months ago.

Change History

Changed 3 months ago by alfonsoml

  • keywords Pending WorksForMe added
  • component changed from General to Core : Lists

I don't notice any problem. Can you provide detailed steps to reproduce the problem? You have marked this bug as SVN, does it means that it did work properly in 2.6.3?

Changed 3 months ago by Abenzka

Changed 3 months ago by Abenzka

This bug is also present in demo and v2.5.1. I cannot test other version.

Create a div element into editor area with "Create Div Container" toolbar button, it create a p element into div. Now the cursor is into the p element. If I click "Numbered List" button the p element will be deleted. If I click "Numbered List" while my cursor is into a div element this will be deleted or splitted.

Changed 3 months ago by Abenzka

Some update?

Changed 3 months ago by arczi

  • keywords Confirmed added; Pending WorksForMe removed

Confirmed in FF3 and IE7. Steps to reproduce:

Insert in source:

<div>aaaaaaaaaa
<div>
   11111111111111
</div>
bbbbbbb</div>

-Click 11111111111111

-Click numbered list

-Back to source

<div>aaaaaaaaaa
<ol>
    <li>11111111111111</li>
</ol>
bbbbbbb</div>

Changed 3 months ago by alfonsoml

  • version changed from SVN to FCKeditor 2.5.1
Note: See TracTickets for help on using tickets.