In web pages displayed by PythonCEF, HTML <SELECT> boxes do not work. This even happens with the hello_world.py example, if I change the starting URL to something like
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select . If I scroll down to the example select, clicking on it has no effect. Nothing drops down. (I'm doing this on Windows 7.)
I see some old discussion of what seems to be a related issue here: http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11625 . But that thread is more than three years old and is talking about off-screen rendering. I'm hoping there is a way to get SELECT tags to work, otherwise the browser created by CEFPython is pretty badly crippled.