Opened 14 years ago
Closed 10 years ago
#7502 closed Bug (fixed)
Select elements are 'duplicated' in Opera
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Opera | Cc: |
Description
Paste the following 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="myselect1" size="1"><option selected="selected" value="val1">opt1</option><option value="val2">opt2</option><option value="val3">opt3</option></select></p>
- Place cursor after select (any select) and press enter.
Result: New list with two elements is created.
- Now place cursor after second select and press enter
Result: New list with one element is created.
You can create as many selects as there are options in the first one select. See attachment.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | opera_select.png added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
I'll assume this is a CKEditor bug and not an Opera one.. for now :)
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue no longer occurs in new Opera running on blink engine..
Looks like this particular issue has expired on trunk.
IEs have differnt problem with select but maybe they are related. Please see [7503]