Ticket #525 (closed Bug: fixed)

Opened 17 months ago

Last modified 13 months 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
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

Changed 17 months ago by fredck

  • component changed from General to UI : Enter Key

Changed 17 months ago by fredck

  • cc kagupta@… added

Changed 13 months 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.