feature plan about document.domain in ckeditor #5412
Labels
core
The issue is caused by the editor core code.
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
Currently most of the browsers are going to deprecate the setters for document.domain method.
Here mentioning about deprecation https://developer.mozilla.org/en-US/docs/Web/API/Document/domain. Please refer this article as well.
However, ckeditor.js or others js are still using document.domain method to set document.domain. Please refer the below link where you will find out the document.domain setter.
ckeditor4/core/tools.js
Line 1410 in f631006
We wanted to know your feature plan about document.domain. Means are you planning to use any alternative way or it will still be used in feature? In that case it might be create an issue if setters for document.domain will be deprecated.
The text was updated successfully, but these errors were encountered: