Marshall Greenblatt
Marshall Greenblatt
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2800) by me.** ---------------------------------------- **What steps will reproduce the problem?** Create a minimal OSR app that: 1. Sets CefSettings.windowless\_rendering\_enabled = true. 2. Creates a browser with CefWindowInfo.SetAsWindowless and CefWindowInfo.external\_begin\_frame\_enabled...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2534) by Michael (Bitbucket: [K_M_L](https://bitbucket.org/K_M_L)).** ---------------------------------------- **Hi!** This is the first time I'm trying to make changes to the CEF/chromium, so I need professional advice. I try to implement...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3427) by Valentin Wuppinger (Bitbucket: Valentin Wuppinger).** ---------------------------------------- Hello, when there are multiple browser instances \(in our case it starts to bug when there are 6\), the browsers get...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3340) by UnknownOne (Bitbucket: [UnknownOne](https://bitbucket.org/UnknownOne), GitHub: [UnknownOne](https://github.com/UnknownOne)).** ---------------------------------------- **What steps will reproduce the problem?** 1. Run `cefclient.exe --off-screen-rendering-enabled --external-begin-frame-enabled --url=https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select` 2. Click the select and observe that the popup...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2502) by Scott Kevill (Bitbucket: [ScottKevill](https://bitbucket.org/ScottKevill), GitHub: [ScottKevill](https://github.com/ScottKevill)).** ---------------------------------------- **What steps will reproduce the problem?** 1. Leave `cef.sln` open in Visual Studio. 2. Run `automate-git.py` with an existing `out`...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3055) by Salvador Diaz Fau (Bitbucket: [salvadordf](https://bitbucket.org/salvadordf), GitHub: [salvadordf](https://github.com/salvadordf)).** ---------------------------------------- **What steps will reproduce the problem?** * Run cefclient.exe * Load [https://www.w3schools.com/tags/tryit.asp?filename=tryhtml\_textarea](https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea) * Type some word with spelling errors...
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2931) by Andy Tzeng (Bitbucket: [andytzeng](https://bitbucket.org/andytzeng), GitHub: [andytzeng](https://github.com/andytzeng)).** ---------------------------------------- **What steps will reproduce the problem?** 1. Open a popup window with the same origin of the opener window. \(e.g....
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/1991) by me.** ---------------------------------------- Once CEF supports building on arbitrary Linux ARM platforms (issue #1990) it will theoretically be possible to also support the Android platform. This is interesting...