Opened 13 years ago

Last modified 13 years ago

#7345 confirmed Bug

IE Quirks: List item disappears when editor does not have focus

Reported by: James Cunningham Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4
Keywords: IBM IE Quirks Cc: Damian, Satya Minnekanti, Teresa Monahan

Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE Quirks mode.
  1. Paste the following code into the source view.
<table border="1" cellpadding="1" cellspacing="1" style="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>
<ul>
	<li>
		sdaufhuashdf</li>
	<li>
		khsadfkuajsfdi</li>
</ul>
  1. Switch back to WYSIWYG mode & click into the editor to give the editor focus.

See that both list items are visible.

  1. Click away from the editor to make it lose focus.

See that only one list item is visible.

Note: Once the editor regains focus (even by hovering over a toolbar button), the 2 list items are visible again.

Change History (1)

comment:1 Changed 13 years ago by Krzysztof Studnik

Status: newconfirmed
Version: 3.5.3 (SVN - trunk)3.4

Confirmed for IE7/8 Quirks Issue happens for me only when I switch from source to WYSIWYG.

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