Opened 8 years ago
Last modified 8 years ago
#16886 confirmed Bug
Toolbar configurator won't work with A11y Checker
Reported by: | miramar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Toolbar Configurator | Version: | 4.3 |
Keywords: | Cc: |
Description
Steps to reproduce
- http://ckeditor.com/builder/01de32482a9e0b7b308c0203377d5594 OR http://ckeditor.com/builder/download/01de32482a9e0b7b308c0203377d5594
- Run toolbar configurator
Expected result
Toolbar configurator to load and allow customization.
Actual result
Errors out.
Uncaught TypeError: Cannot set property 'innerText' of null ckeditor.js:1563
Also get Uncaught TypeError: Cannot read property 'refresh' of null index.html:200 when switching from basic to advanced or vice versa.
Other details (browser, OS, CKEditor version, installed plugins)
Tried Chrome and Firefox, CKEditor 4.6.1 and also just tried 4.6.2. Have a few plugins extra that can be seen in the builder. I also tried adding jquery into the page but still get errors.
Change History (1)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|---|
Summary: | Toolbar configurator won't load → Toolbar configurator won't work with A11y Checker |
Version: | 4.6.2 → 4.3 |
I have checked your build with and without custom plugins but in source mode
When are using all the plugin, there are two errors reported:
TypeError: counterElement(...) is null
for wordcount plugin. This isn't our plugin thus we will not be able to fix it - please report this issue to plugin author.Error: Missing jQuery. Accessibility Checker's default engine, Quail.js requires jQuery to work correctly.
- this error is reported for A11y Checker. This plugin has been created by CKSource and this part of the bug report is valid.