Opened 11 years ago
Closed 9 years ago
#11465 closed Bug (fixed)
[OSX][Linux][Webkit] Error thrown in while right-clicking a nested editable
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
- 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.
- Does it have anything in common with #10433?
Change History (8)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
But works fine on Chrome (Version 32.0.1700.76 m) on Windows 7 (virtual).
comment:6 Changed 11 years ago by
Summary: | [Webkit] Error thrown in while right-clicking a nested editable → [Linux][Webkit] Error thrown in while right-clicking a nested editable |
---|
comment:7 Changed 11 years ago by
Summary: | [Linux][Webkit] Error thrown in while right-clicking a nested editable → [OSX][Linux][Webkit] Error thrown in while right-clicking a nested editable |
---|
comment:8 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I can no longer reproduce that in Chrome 52.0.2743.116 on Win or Linux.
Confirmed on Chrome (Version 31.0.1650.63) on Ubuntu.