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

  1. Copy/Paste attached file into your ckeditor folder and open it in a browser (simplebox plugin is a requirement)
  2. Insert simple box.
  3. Click inside Content... and press Ctrl+A/Del to clear all text.
  4. On element's path click on right most div or p.
  5. 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)

test.html (300 bytes) - added by Jakub Ś 8 years ago.

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by Jakub Ś

Attachment: test.html added

comment:1 Changed 8 years ago by Jakub Ś

Other ticket where same error message gets thrown: #10127, #10559

I'm attaching also a video showing how to reproduce the issue.

comment:2 Changed 8 years ago by Jakub Ś

Status: newconfirmed

comment:3 Changed 8 years ago by Jakub Ś

Keywords: Support added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy