Skip to content

Commit 24c0004

Browse files
shubham-adobeshusharm
andauthored
Adding CEP_11 folder and updating readme (#362)
Co-authored-by: shusharm <shusharm@adobe.com>
1 parent 2239c56 commit 24c0004

File tree

329 files changed

+97996
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+97996
-4
lines changed

CEP_11.x/CEPEngine_extensions.js

Lines changed: 699 additions & 0 deletions
Large diffs are not rendered by default.

CEP_11.x/CSInterface.js

Lines changed: 1291 additions & 0 deletions
Large diffs are not rendered by default.

CEP_11.x/Documentation/CEP 11.1 HTML Extension Cookbook.md

Lines changed: 3007 additions & 0 deletions
Large diffs are not rendered by default.

CEP_11.x/Documentation/Issues.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
CEP 11 Known Issues & FAQ
2+
====================
3+
4+
### Following are the known issues in CEP 10.0 and above. Please keep these in mind while creating your own extension...
5+
6+
## Issue 1 :
7+
Drag events not fired while debugging an extension.
8+
9+
Workaround: Deactivate the screencast by selecting the "Toggle device Toolbar" in the chrome inspect window.
10+
Once done, Drag operation can be performed even while debugging the extension.
11+
![Toggle device Toolbar](./images/issues/dragDebug.png)
12+
13+
## Issues existing in CEP 9 and above
14+
15+
### Issue 1:
16+
In Windows, the API cep.fs.stat() is not able to access file of size greater than 4GB
17+
18+
19+
---
20+
21+
## FAQ
22+
23+
* **Refer the migration Guidelines for [CEP 10 to CEP 11](./CEP%2011.1%20HTML%20Extension%20Cookbook.md#migration-from-cep-10-to-cep-11)**
24+
25+
* **If similar error is seen in debug console, confirm\verfiy the following**
26+
27+
![require not function](./images/issues/requireNotFunction.png)
28+
29+
* Confirm CEPEngine_extensions.js is NOT integrated in your extension
30+
31+
* Node could be crashing. Please update node_modules with CEP 10 supported [node version](./CEP%2011.1%20HTML%20Extension%20Cookbook.md#chromium-embedded-framework-cef).
32+
33+
34+
35+
398 Bytes
Loading
398 Bytes
Loading
311 Bytes
Loading
28.3 KB
Loading
23.7 KB
Loading
47.7 KB
Loading

0 commit comments

Comments
 (0)