Opened 18 years ago
Closed 17 years ago
#525 closed Bug (fixed)
FF: Sucessive DIVs are joined wrongly with del or backspace
Reported by: | Frederico Caldeira Knabben | 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 (3)
comment:1 Changed 18 years ago by
Component: | General → UI : Enter Key |
---|
comment:2 Changed 18 years ago by
Cc: | kagupta@… added |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [825].
Click here for more info about our SVN system.