Opened 11 years ago
Last modified 9 years ago
#11465 closed Bug
[Webkit] Error thrown in while right-clicking a nested editable — at Initial Version
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 4.3 |
Keywords: | Cc: |
Description
- Open plugins/image2/samples/image2.html
- Select a widget.
- C-c.
- "New page"
- C-v.
- Right click nested editable.
Expected: Context menu to be displayed.
Actual: Uncaught TypeError: Cannot call method 'checkReadOnly' of undefined plugin.js:382 (clipboard)
Funny facts:
- It's not reproducible in standard sample, e.g. with rich contents, many widgets (ignoring steps 2-5).
- It's not reproducible in such case:
- Follow steps until 5.
- Right click the image (but not a nested editable).
- Proceed with 6.
- No error thrown, contextmenu appears.