Opened 14 years ago
Last modified 10 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>
- 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 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Keywords: | Blink added |
---|

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