RuidSiel / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

crash when clicking microphone icon for x-webkit-speech #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Speech input support for text fields is indicated by a microphone icon that 
appears on text fields with the "x-webkit-speech" tag. For example:

http://blogs.sitepointstatic.com/examples/tech/speech-input/index.html

Clicking the microphone icon crashes cefclient in revision 266 on Windows.

CEF does not currently implement speech input support so enableSpeechInput 
should be set to false in browser_webkit_init.h. To support speech input it 
will be necessary to implement WebSpeechInputController and override 
WebViewClient::speechInputController().

Original issue reported on code.google.com by magreenb...@gmail.com on 13 Jul 2011 at 1:44

GoogleCodeExporter commented 9 years ago
Fixed in revision 267.

Original comment by magreenb...@gmail.com on 13 Jul 2011 at 1:45