Opened 13 years ago

Closed 9 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.

Attachments (1)

opera_select.png (21.9 KB) - added by Jakub Ś 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by Jakub Ś

Attachment: opera_select.png added

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 13 years ago by Jakub Ś

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

comment:3 Changed 13 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 13 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 9 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.

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