Voltstro-Studios / UnityWebBrowser

Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.
https://projects.voltstro.dev/UnityWebBrowser/
MIT License
307 stars 41 forks source link

[Issue] Dropdown not active #314

Open bloedrivier opened 1 month ago

bloedrivier commented 1 month ago

What platform are you experiencing this issue on?

Linux

What architecture is your platform?

64-Bit

What version of UWB are you using?

Latest VoltstroUPM Release

What Unity version are you running?

2022.3.26f1

Describe what the issue you are experiencing is.

image

This dropdown does not drop down...

If I click on it, I can change the domain using the arrow keys and shift+2.

image

Provide reproducible steps for this issue.

  1. I did this.
  2. I then did that.
  3. Boom! Issue.

Any additional info you like to provide?

No response

Voltstro commented 1 month ago

Issue was with HTML select elements. CEF requires a custom implementation in off-screen-rendering mode for these elements.

I have done the required implementation, all seems to be working now.

image

I will leave the issue open until this fix has been released.