adapt_authoring
adapt_authoring copied to clipboard
Fixes 2814, 2815
Fixes -
- #2814
- #2815
Two issues with CKEditor.
Just updated this PR as it was still stripping the aria-hidden="true" attribute.
Note for testers - You'll need to update the conf/config.json file, to include this -
"ckEditorHtmlSupport": {
"allow": [
{
"name": "^(blockquote|ul|ol|span)$",
"attributes": true,
"classes": true,
"styles": true
},
{
"name": ".*",
"classes": true,
"styles": true
},
{
"name": "^a$",
"attributes": {
"target": true
}
}
],
"allowEmpty": [
"span",
"i"
]
},
Just discovered that the any links to Glossary objects also weren't working.
The latest commit fixes this too.
Any update on this topic? We switched to the current Authoring Tool and Framework Version, and now we have problems with tables in the ckeditor. I assume that it is related to this problem: CKEditor toolbar element 'RemoveFormat' not loaded" #2815