Closed
Description
- Electron version: 1.8.2
- Operating system: 10.13.3
Expected behavior
iframes inside of BrowserViews
should also generate calls to webFrame.setSpellCheckProvider
Actual behavior
The registered spellcheck provider is never called
How to reproduce
Download attached sample app. Run:
yarn install
yarn run dev
Type into the two text fields in the window. In the console, only one of the text fields logs the spell check log, the other one is inside of the iframe
and receives no calls.