Opened 13 years ago

Last modified 9 years ago

#7507 confirmed Bug

Select element gets 'duplicated' in FireFox

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: FF Blink Cc:

Description

Paste the folowing code:

<form action="formAct" id="myid" method="get" name="form">
	<select name="myselect" size="1"><option selected="selected" value="val1">opt1</option><option value="val2">opt2</option><option value="val3">opt3</option></select></form>
<p>
	<select name="myselect" size="1"><option selected="selected" value="val1">opt1</option><option value="val2">opt2</option><option value="val3">opt3</option></select></p>
  1. Place the cursor after select element in form and press enter


Result: seceond empty select element is created.

Bugs #7502 #7503 describe issues with select and eneter key for other browsers.

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 9 years ago by Jakub Ś

Keywords: Blink added

Problem can be reproduced in CKEditor 4.4.7 in Firefox and Blink browsers.

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