Opened 10 years ago

Last modified 10 years ago

#12544 confirmed Bug

[IE] Percentage margin of the first element breaks autogrowing

Reported by: Karen Ananiev Owned by:
Priority: Normal Milestone:
Component: General Version: 4.3
Keywords: Cc:

Description

  • enable autogrow plugin
  • remove all content
  • insert table with margin: 1%

The height of the editor will be greatly increased. The table will appear at the bottom of the editor.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Status: newconfirmed
Version: 4.3

I was albo eto reproduce this problem rom CKEditor 4.3 in IE10-11 (works fine in IE8-9).

Just load autogrow sample, switch to source, paset below code and switch to wysiwyg

<table border="1" cellpadding="1" cellspacing="1" style="margin:1%; width:500px">
	<tbody>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>

<p>&nbsp;</p>

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