Opened 14 years ago
Closed 14 years ago
#7497 closed New Feature (fixed)
Broken HTML - the order of elements is changed in the editor
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | satya_minnekanti@… |
Description
Not sure if we can actually do anything with it.
The following code (without the opening tag to start the unordered list):
<p> Text above list</p> <li> One</li> <li> Two</li> <li> Three</li> </ul> <p> Text below list</p> <p> Another paragraph below</p>
is changed into:
<p> Text above list</p> <p> Text below list</p> <p> Another paragraph below</p> <ul> <li> One</li> <li> Two</li> <li> Three</li> </ul>
Change History (6)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | new → confirmed |
---|
I've added TC to cover this issue with [6642].
comment:4 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:5 Changed 14 years ago by
There's an original DT has wrong expectation as discovered by this ticket, in case that when fixing a structure, position of the elements after it should remains, updated with [6645].
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Results in CKEditor 3.5.2
IE8
Firefox 3.6.16