Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML <select> widget not shown #139

Closed
marhoy opened this issue Jan 27, 2020 · 3 comments
Closed

HTML <select> widget not shown #139

marhoy opened this issue Jan 27, 2020 · 3 comments

Comments

@marhoy
Copy link
Contributor

marhoy commented Jan 27, 2020

I'm using meta-webkit in balena-wpe that runs on a rpi3. X is not started, and cog is used to start the browser.

The widget is not rendered, so it is not possible to click and select from a dropdown menu (see attached screenshot). Any idea about why this happens and how to fix it? Is it due to lack of some native widget? The same webpage works with Chrome/Safari on Mac/iOS.

@clopez
Copy link
Contributor

clopez commented Jan 27, 2020

This happens because there is currently no support for platform native widgets on WPE.
On WebKitGTK <select> gets rendered with GTK toolkit widgets, but WPE doesn't use GTK.
Upstream bug would be https://bugs.webkit.org/show_bug.cgi?id=193817

A possible workaround would be to use some JavaScript/CSS to render custom selects items
Example: https://codepen.io/wallaceerick/pen/ctsCz

@github-actions
Copy link

github-actions bot commented Apr 2, 2021

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the no-issue-activity Stale issue label label Apr 2, 2021
@github-actions
Copy link

This issue was closed because it has been stale for 7 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants