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

options in select not selectable; but they are on NetSurf 3 on FreeBSD #7

Open
duncan-bayne opened this issue Jan 2, 2023 · 0 comments

Comments

@duncan-bayne
Copy link

duncan-bayne commented Jan 2, 2023

Thanks for this port! It makes 9front a lot more useful in our Web-centric world 🙏

I've found an issue, though, where select options don't seem selectable. If I create a very simple HTML5 page containing a <select> tag:

<!doctype html>
<html lang=en>
	<head>
		<meta charset=utf-8>
		<title>select demo</title>
	</head>
	<body>
		<select>
			<option>One</option>
			<option>Two</option>
			<option>Three</option>
		</select>
	</body>
</html>

... it functions normally in NetSurf 3.10 (24th May 2020) on FreeBSD:

select-freebsd

However if I view the same file in NetSurf 3.11 (Dev) on 9front, I get an oddly-styled list that disappears if I move the pointer or click, making it impossible to select anything:

select-9front

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

No branches or pull requests

1 participant