Simon Date
Simon Date
@taylortom have you put any thought into if this should be moved into the AT code? It seems useful as it means you could more easily allow customization of the...
https://community.adaptlearning.org/mod/forum/discuss.php?d=4031
I agree with Tom. Hiding the counter would still keep the same order (which is probably accurate) but not show incorrect information which can be detrimental to Adapt.
None of my customers have mentioned any issues. Looking at Caleb's code, I wonder if the `aria-hidden` is the thing that is being backlisted?
Just created a [branch which implements](https://github.com/simondate/adapt_authoring/tree/authentication) this. Since this is such a niche feature, I don't see much point in merging this, but I suggest that we should keep this...
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": {...
Just discovered that the any links to Glossary objects also weren't working. The latest commit fixes this too.
I've been using this version of CK Editor with a client (v5 42.0.0) and they've noticed that by default they can't write classes inline in text as when they press...
Yes, please merge it