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

Missing option text #116

Open
d262a15b-daf8-4c67-a39d-ec7e03fcc16b opened this issue May 8, 2023 · 0 comments
Open

Missing option text #116

d262a15b-daf8-4c67-a39d-ec7e03fcc16b opened this issue May 8, 2023 · 0 comments

Comments

@d262a15b-daf8-4c67-a39d-ec7e03fcc16b

When making a screenshot of the following HTML file, the selected option text, either "Foo" or "Bar" is left out:

<html>
  <body>
    <label for="options">Choose an option:</label>
    <select id="options">
      <option value="foo">Foo</option>
      <option value="bar">Bar</option>
    </select>
  </body>
</html>

This is the case with both Firefox 102.10.0esr-1 and Chromium 112.0.5615.138-1.

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