Opened 15 years ago
Closed 13 years ago
#5305 closed Bug (worksforme)
souce-mode: <br /> that following a textNode are moved behind next element
Reported by: | agito | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Parser | Version: | |
Keywords: | Cc: | rg@… |
Description
Got to demo. Switch to source mode. Insert this:
<p> line one<br /> <br /> <img src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /><br /> line four </p>
Switch to wysiwyg and back to source mode. Now source is:
<p> line one<img src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /><br /> <br /> <br /> line four </p>
Tested with IE8 and FF 3.6. This is even the case in niglty build (5228)
Change History (2)
comment:1 Changed 15 years ago by
Cc: | rg@… added |
---|
comment:2 Changed 13 years ago by
Component: | General → Core : Parser |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
WFM on 3.6.2Trunk, <br /> stays in place.