Bug 193817 - [WPE] Support <select> tag
Summary: [WPE] Support <select> tag
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-25 01:20 PST by Charlie Turner
Modified: 2020-01-27 10:21 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Turner 2019-01-25 01:20:26 PST
In WPE I'm seeing,

<select>
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="opel">Opel</option>
  <option value="audi">Audi</option>
</select>

Rendered as just the string "Volvo" rather than as a drop-down box. Looks like a missing feature at the moment.
Comment 1 Carlos Alberto Lopez Perez 2020-01-27 10:21:02 PST
Related: https://github.com/Igalia/meta-webkit/issues/139