Opened 14 years ago

Closed 12 years ago

#4742 closed Bug (expired)

IE: Extra paragraphs on click

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0.1
Keywords: IE Cc:

Description

  1. Load the following HTML:
<p>Top</p>
<table align="left" border="1" style="width: 200px">
	<tr>
		<td>Test</td>
	</tr>
</table>
<p>Bottom</p>
  1. Click to put the caret in the "Top" paragraph.
  1. Click at the white-space at the right of the table.

An empty paragraph will be appended after the table.

This issue doesn't happen if the "align" attribute is not issue. The same problem can be verified when the alignment is to the right.

This issue can be easily verified in our online demo.

Attachments (1)

ckeditor_demo_wrong_table_layout.png (6.4 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 14 years ago by Garry Yao

Keywords: Pending added; Confirmed removed
Milestone: CKEditor 3.1

Unable to reproduce this issue on trunk.

Changed 14 years ago by Garry Yao

comment:2 Changed 14 years ago by Garry Yao

Also we should note that left aligned table is not correctly layout on our demo page at first place, see attached screenshot.

comment:3 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed

I was not able to reproduce it on current trunk.

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