obsproject / obsproject/obs-browser
HTML <select> and <datalist> in browser source (not docks)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 904
- Forks
- 267
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
The HTML elements <select> and <datalist> do not work as expected in the Interaction Mode.
The <select> dropdown was fixed previously but now appears to briefly show in the top left corner before disappearing as can be seen here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select.
The <datalist> dropdown does not appear at all as can be seen here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in Interaction Mode using the linked MDN examples for and , confirming that the browser source—not docks—is under test. Done means the select dropdown no longer briefly appears in the top-left corner and the datalist dropdown appears and works as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100