Brian Dupuis
Brian Dupuis
I'm trying to track down a similar thing in our app that only happens when we open a second browser in a popup on Mac OS. The app functions fine...
Yes, "hangs" as in unresponsive. Users have to force-quit the app. That behavior happens at 127.0.2 and doesn't at 126.2.4.
> Recommended usage is to call CreateBrowser from [OnContextInitialized](https://cef-builds.spotifycdn.com/docs/130.1/classCefBrowserProcessHandler.html#a9917353c6f43ccf1946210d05ee7e8f8). However, this still sounds like a bug. FWIW, I've been trying to get this working correctly in our app as well...
> alloy-win: Disable the WinUseBrowserSpellChecker feature (see issue #3055) > > Workaround until support for the Windows 10+ spellcheck service is added for the Alloy runtime. > > → I...
Is there any potential guidance on where to possibly start with triaging and fixing this in Alloy style? Our users are perhaps unsurprisingly disappointed with losing spell check and I...
Is the Alloy bootstrap code available to reference to see what steps it took to get the suggestions in there that's absent in the Chrome bootstrap?
> It would be nice if default popup styling behavior was configurable independently of views vs native parent. @magreenblatt , do you have any feel for how would you characterize...
> > It would be nice if default popup styling behavior was configurable independently of views vs native parent. > > [@magreenblatt](https://github.com/magreenblatt) , do you have any feel for how...
I've added a parameter in the `CefSettings` and have added logic in `ShouldCreateViewsHostedPopup()` as discussed. It _seems_ to work as desired when I swap back to Chrome style in our...
Okay. I haven't submitted a PR back to CEF proper. Do we target `master`? RE: CEF_NEXT... the API versioning doc says the following: > Any API changes in pull requests...