Ticket #525 (closed Bug: fixed)
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) |
| 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
Note: See
TracTickets for help on using
tickets.