Ticket #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
Note: See
TracTickets for help on using
tickets.