Opened 13 years ago

Closed 10 years ago

#6982 closed Bug (fixed)

Full page mode: moving image creates another body element

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.1
Keywords: Mac Chrome Cc: kagupta@…

Description

Confirmed on Chrome @ Mac using the full page sample.

Steps to reproduce

  1. Start with the following source:
    <html>
    	<head>
    		<title>Full page sample</title>
    		<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    	</head>
    	<body>
    		<p>
    			aaa</p>
    		<p>
    			bbb<img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="width: 120px; height: 168px; " /></p>
    		<p>
    			ccc</p>
    		<p>
    			ddd</p>
    	</body>
    </html>
    
  2. Move image one line below
  3. Result:
    <html>
    	<head>
    		<title>Full page sample</title>
    		<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    	</head>
    	<body>
    		<p>
    			aaa</p>
    		<p>
    			bbb</p>
    	</body>
    </html>
    <meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
    <body>
    	<p>
    		<img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="width: 120px; height: 168px; " />ccc</p>
    	<p>
    		ddd</p>
    </body>
    

Change History (5)

comment:1 Changed 13 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 13 years ago by Wiktor Walc

Similar issue: #7538

comment:3 Changed 13 years ago by Wiktor Walc

Keywords: Chrome added

comment:4 Changed 13 years ago by Wiktor Walc

Cc: kagupta@… added

comment:5 Changed 10 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

This isssue is now fixed - tested underCKEditor 4.4.4.

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