Opened 16 years ago

Closed 16 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 16 years ago by Frederico Caldeira Knabben

Keywords: Source Save removed
Milestone: FCKeditor 2.5

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Inserting

<p>aa<div>aaa</div>aaaaaaa</p>

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

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: wontfix
Status: newclosed

Confirmed as WontFix. The TC is not invalid.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy