Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3963 closed Bug (duplicate)

[IE8] Table context menu doesn't hide

Reported by: Artur Formella Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: UI : Context Menu Version:
Keywords: Cc:

Description

To reproduce:

  • insert the following content in Source mode:
<p>
	&nbsp;</p>
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px">
	<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>
	<br />
	&nbsp;</p>
  • back to WYSIWYG
  • open the table context menu
  • move mouse over Cell (wait for submenu)
  • move mouse over Row (wait for submenu)
  • try to close the context menu, it is not so easy.

Change History (2)

comment:1 Changed 15 years ago by Artur Formella

Resolution: duplicate
Status: newclosed

DUP of #3946

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.xCKEditor 3.0
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