Opened 9 years ago
Last modified 9 years ago
#13919 closed Bug
[Edge] Failing tests — at Initial Version
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.5 |
Component: | General | Version: | 4.5.5 |
Keywords: | Cc: |
Description
Recent update for Edge brought a regression that if you check .isContentEditable
property on an input element it will crash.
It happens only in built CKE distribution as it includes bidi
plugin, which injects .isReadOnly()
check to setAttribute method.
This is very similar to #13609.