-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3.7, 4.4.3
We have some custom logic in TinyMCE which means we only display the quick toolbar (when highlighting text in the editor) if the editor is of a minimum height (5 rows high), which is working as expected - smaller editors show no quick toolbar. However, if the "no auto link" feature is enabled, it always appends itself to the quick toolbar, even if we intend to not have that toolbar available. The result is that on short editors, such as those when creating multi choice questions, instead of never having the quick toolbar (expected), they will have one with a single item; the no auto link (actual).
We need to add a check to lib/editor/tiny/plugins/noautolink/amd/src/configuration.js so that it only appends the feature if the toolbar is not set to false (ie only include it if instanceConfig.quickbars_selection_toolbar !== false).
No auto link is the only core override on this, so is the only place this needs updating.
- has a non-specific relationship to
-
MDL-82672 TinyMCE NOT loading into File and URL descriptions on Moodle 4.3, and various other editing areas in Quiz and quiz Questions
-
- Closed
-