Opened 9 years ago
Last modified 8 years ago
#13667 confirmed Bug
Context menu does not appear when clicking below the body
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Open a sample.
- Clear all contents.
- Right-click below the body.
Expected result
The CKE's context menu should appear.
Actual result
Native context menu appears.
Other details (browser, OS, CKEditor version, installed plugins)
Tested on Chrome. Worked fine in v3.
This issue is caused by the fact that the context menu is now listening on editor.editable() while it should listen on editor.document if editor.editable.isInline() is false.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Priority: | Normal → Nice to have (we want to work on it) |
---|