Opened 12 years ago

Closed 10 years ago

#8797 closed Bug (fixed)

Infinite loop with malformed select tag

Reported by: Matthew Leffler Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

Steps to reproduce:

  1. Enter the HTML in Source:
<form>
		<table>
			<tbody>
				<tr>
					<td>
						<select name="StartDateYear" size="1">
							<option selected="selected" value="">SELECT</option>
							<option value="2012">2012</option>
						</select>
							<option value="2012">2013</option>
						</select>
							<option value="2012">2014</option>
						</select>
					</td>
				</tr>
			</tbody>
		</table>
</form>
  1. Click Source to leave source mode.

Actual result:

Infinite loop...

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

Reproducible in all browsers from CKEditor 3.0.

Does not occur in normal page with body set to contenteditable.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

WFM in CKEditor 4.3.

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