Ticket #62 (new task)

Opened 2 years ago

Last modified 2 months ago

HTML combo box is not implemented on SDL

Reported by: sroret Assigned to: mbensi
Priority: major Milestone: Galekid
Component: BAL-ify Version: 1.0
Keywords: SDL amiga Cc:
Number of hours worked: % Complete: 60
Number of hours remaining:

Description

WebCore/manual-tests/owb/forms.html should render all forms properly.

select is missing :

<b>Drop-down box</b><br/>
<form>
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
</form>

Attachments

popup.patch (25.1 kB) - added by mbensi on 06/18/08 11:27:55.

Change History

07/20/07 19:30:49 changed by sroret

  • milestone changed from Robespierre to Sieyes.

We can select with the keys but the box doesn't popup.

06/10/08 18:46:04 changed by jcverdie

  • owner changed from jcverdie to mbensi.

06/18/08 10:44:54 changed by mbensi

  • percent set to 60.

06/18/08 11:27:55 changed by mbensi

  • attachment popup.patch added.

06/18/08 14:07:24 changed by odole

patch committed at revision 297

07/02/08 11:43:37 changed by jcverdie

  • keywords set to SDL amiga.
  • summary changed from HTML combo box is not implemented to HTML combo box is not implemented on SDL.