Opened 8 years ago
Last modified 8 years ago
#14705 confirmed Bug
Inserting list inside widget focused empty editable area causes error
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Blink Support | Cc: |
Description
Steps to reproduce
- Copy/Paste attached file into your ckeditor folder and open it in a browser (simplebox plugin is a requirement)
- Insert simple box.
- Click inside
Content...
and press Ctrl+A/Del to clear all text. - On element's path click on right most
div
orp
. - Click Insert List button
Expected result
List gets inserted
Actual result
Java Script error gets thrown
Message: Cannot read property 'isContextFor' of null
Line: 75
Code: /ckeditor-dev/core/command.js
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced from CKEditor 4.3 in Blink browsers only (Safari on Mac works fine)
Attachments (1)
Change History (4)
Changed 8 years ago by
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 8 years ago by
Keywords: | Support added |
---|
Other ticket where same error message gets thrown: #10127, #10559
I'm attaching also a video showing how to reproduce the issue.