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>
  1. Place cursor after select (any select) and press enter.

Result: New list with two elements is created.

  1. 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.

Find this issue on GitHub

Change History (6)

Changed 14 years ago by Jakub Ś

Attachment: opera_select.png added

comment:1 Changed 14 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 14 years ago by Jakub Ś

IEs have differnt problem with select but maybe they are related. Please see [7503]

comment:3 Changed 14 years ago by Jakub Ś

IEs have differnt problem with select but maybe they are related. Please see #7503 Firefoxes have also different problem described in #7507

comment:4 Changed 14 years ago by Hallvord R. M. Steen (Opera Software)

I'll assume this is a CKEditor bug and not an Opera one.. for now :)

comment:5 Changed 10 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

This issue no longer occurs in new Opera running on blink engine..

Looks like this particular issue has expired on trunk.

Find this issue on GitHub
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