Ticket #525 (closed Bug: fixed)

Opened 5 years ago

Last modified 5 years ago

FF: Sucessive DIVs are joined wrongly with del or backspace

Reported by: fredck Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: UI : Enter Key Version: SVN (FCKeditor) - Retired
Keywords: Confirmed Firefox Cc: kagupta@…

Description

Paste the following in the Source View:

<div class="title">headline</div>
<div class="text" style="color:Red">body</div>

When trying to join both DIVs by using del or backspace, we have the following result:

<div class="text" style="color:Red">headlinebody</div>

The attributes of the second DIV prevailed over the first one. The opposite is expected though.

To note that it doesn't happen if EnterMode=div.

Works well with IE6.

Change History

comment:1 Changed 5 years ago by fredck

  • Component changed from General to UI : Enter Key

comment:2 Changed 5 years ago by fredck

  • Cc kagupta@… added

comment:3 Changed 5 years ago by fredck

  • Status changed from new to closed
  • Resolution set to fixed

Fixed with [825].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy