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

Datalist does not work in browser docks #322

Open
ratbo99 opened this issue Oct 19, 2021 · 5 comments
Open

Datalist does not work in browser docks #322

ratbo99 opened this issue Oct 19, 2021 · 5 comments

Comments

@ratbo99
Copy link

ratbo99 commented Oct 19, 2021

Operating System Info

Windows 10

Other OS

No response

OBS Studio Version

27.1.1

OBS Studio Version (Other)

No response

OBS Studio Log URL

OBS Studio Crash Log URL

No response

Expected Behavior

could use the Website as Custom Dock like in the Browser, but Datalist attribute didn't work in Dock.

Current Behavior

cant use a website with datalist as a dock

Steps to Reproduce

1.i used a node.js server for my overlay...in chrome everything is fine...but not as a dock in obs
2.
3.
...

Anything else we should know?

No response

@mihawk90
Copy link

mihawk90 commented Oct 19, 2021

1.i used a node.js server for my overlay...in chrome everything is fine...but not as a dock in obs

Those are not actionable steps to reproduce.

Some kind of sample HTML to test would be the minimum effort to have someone test this.

That said:
#148

@ratbo99
Copy link
Author

ratbo99 commented Oct 19, 2021

i want to use a normal website as a brwoser dock, but it seems obs can't handle datalist tags.

for example:

<label for="myBrowser">Gib einen Browsernamen ein:</label>
<input list="browsers" id="myBrowser" name="myBrowser" />
<datalist id="browsers">
  <option value="Chrome">
  <option value="Firefox">
  <option value="Internet Explorer">
  <option value="Opera">
  <option value="Safari">
</datalist>

works in a browser, but not as obs dock...you can't intereact with the datalist element in obs.

EDIT: so the bug is from 2019? nice

@WizardCM
Copy link
Member

Datalist definitely shouldn't be broken in docks, the ticket linked above is only for browser sources.

I'll move this into the correct repo and mark it as confirmed, as I have verified the bug.

@WizardCM WizardCM transferred this issue from obsproject/obs-studio Oct 19, 2021
@WizardCM WizardCM changed the title Custom Dock - datalist tag didn't work Datalist does not work in browser docks Oct 19, 2021
@WizardCM
Copy link
Member

I've confirmed in cefclient that this is not limited to OBS.

@WizardCM
Copy link
Member

Additionally, I've verified this is not fixed in CEF 90 or 94 in cefclient. Marshall has confirmed that this likely won't change https://bitbucket.org/chromiumembedded/cef/issues/906/cef3-add-html5-datalist-support#comment-60781391

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