Ticket #7502 (confirmed Bug)
Select elements are 'duplicated' in Opera
| Reported by: | j.swiderski | 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
Change History
Note: See
TracTickets for help on using
tickets.
