Throw friendly error for invalid/missing id's on editor creation #2748
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Type of report
Feature request
Provide description of the new feature
Given the code below:
The developer intended to target
editor1
, but by mistake targetededitor2
, which doesn't exist in the DOM.Doing this causes an error.
Without looking at the CKEditor source, it's not obvious what's wrong.
The Feature request is to throw a friendly error for invalid/missing id's.
Solution:
The text was updated successfully, but these errors were encountered: