Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.19 KB

Issues.md

File metadata and controls

35 lines (18 loc) · 1.19 KB

CEP 10 Known Issues & FAQ

Following are the known issues in CEP 10.0. Please keep these in mind while creating your own extension...

Issue 1 :

Drag events not fired while debugging an extension.

Workaround: Deactivate the screencast by selecting the "Toggle device Toolbar" in the chrome inspect window. 
Once done, Drag operation can be performed even while debugging the extension. 

Toggle device Toolbar

Issues existing in both CEP 9 and CEP 10

### Issue 1: 
In Windows, the API cep.fs.stat() is not able to access file of size greater than 4GB 

FAQ

  • Refer the migration Guidelines for CEP 9 to CEP 10

  • If similar error is seen in debug console, confirm\verfiy the following

    require not function

    • Confirm CEPEngine_extensions.js is NOT integrated in your extension

    • Node could be crashing. Please update node_modules with CEP 10 supported node version.