Opened 17 years ago
Closed 17 years ago
#1523 closed Bug (wontfix)
Pressing source button twice leads to diffrent editor content
Reported by: | PavelZ | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5 Beta |
Keywords: | Cc: |
Description
Steps to reproduce:
in Source insert code:
<p>aa<div>aaa</div>aaaaaaa</p>
Now switch to editing mode and this appears:
in FF:
aa
aaa
aaaaaaa
in IE:
aa
aaa
aaaaaaa
Now press "Source" button twice. And the result is:
in FF:
aa
aaa
aaaaaaa
in IE:
aa
aaa
aaaaaaa
This in not the only case when pressing "Source" button twice change the editor content. --- tested in FCK demo (ver. 2.5 Beta Build 16848)
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | Source Save removed |
---|---|
Milestone: | FCKeditor 2.5 |
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Confirmed as WontFix. The TC is not invalid.
Inserting
is an invalid nesting of <div> inside a <p>, so the nodes are automatically splitted and converted into something legal.
I would say that this is Wontfix