Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.0.x
-
Committed
-
3
-
Chrome (latest)
-
Regression Bug
Description
Steps to reproduce:
- Go to Message Boards and create a new Thread.
- Write something in the "Body" section.
Expected result:
No error appears in console
Actual result:
For each character, this error is shown in the console:
ckeditor.js?browserId=other&languageId=en_US&b=7003&t=1493367812024:304 Uncaught TypeError: Cannot read property 'replace' of undefined at new window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.template (ckeditor.js?browserId=other&languageId=en_US&b=7003&t=1493367812024:304) at t._getAriaUpdateTemplate
Note: it also happens in wiki, where in the Title you get a different message error but quite related with this one.